RWM Console cluster: risingwave-ai-hub-int.ai-hub-rwm.svc.cluster.local

← cluster alpheya_experience_bff objects orders_mv
Overview Objects Graph History
materialized view · alpheya_experience_bff.orders_mv Explain plan ▶
Parallelism
2
Actors
2 / 2
running
Distribution
HASH
Rows
0
State size
Created
2026-08-11 21:15
Initialized
2026-08-11 21:15
Fragment flags
MVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
156608 12383 33 running
156609 12383 33 running
sql · alpheya_experience_bff.orders_mv — click to expand
CREATE MATERIALIZED VIEW alpheya_experience_bff.orders_mv AS
SELECT
  id AS order_id,
  etag,
  client_order_id,
  customer_relationship_id,
  portfolio_id,
  security_account_id,
  asset_id,
  side AS order_side,
  workflow_state,
  execution_state,
  instruction,
  execution_spec,
  cost_estimate,
  initiator,
  filled_quantity,
  created_at
FROM (
  SELECT
    id,
    etag,
    client_order_id,
    customer_relationship_id,
    portfolio_id,
    security_account_id,
    asset_id,
    side,
    workflow_state,
    execution_state,
    instruction,
    execution_spec,
    cost_estimate,
    initiator,
    filled_quantity,
    created_at,
    ROW_NUMBER() OVER (PARTITION BY id ORDER BY created_at DESC) AS rn
  FROM order_service.orders
) AS ranked_orders
WHERE
  rn = 1
Lineage · alpheya_experience_bff.orders_mv 3 objects
Direct (1-hop) dependencies from rw_depend, across schemas. Click a neighbor to expand its dependencies; ⌘/Ctrl-click opens its page. Drag to pan, scroll to zoom. External source/sink endpoints (Kafka, Iceberg) are not shown.