RWM Console cluster: risingwave-alinma.alinma-rw.svc.cluster.local

← cluster alinma_bff objects order_executions_bounded_mv
Overview Objects Graph History
materialized view · alinma_bff.order_executions_bounded_mv Explain plan ▶
Parallelism
2
Actors
10 / 10
running
Distribution
HASH
Rows
14
State size
3.0 KiB
Created
2026-08-13 17:11
Initialized
2026-08-13 17:11
Fragment flags
LOCALITY_PROVIDERMVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
736459 51669 51 running
736460 51669 51 running
736461 51670 51 running
736462 51670 51 running
736463 51671 51 running
736464 51671 51 running
736469 51672 51 running
736470 51672 51 running
736471 51673 51 running
736472 51673 51 running
sql · alinma_bff.order_executions_bounded_mv — click to expand
CREATE MATERIALIZED VIEW alinma_bff.order_executions_bounded_mv AS
SELECT
  ex.order_id,
  ex.id,
  ex.quantity,
  ex.price,
  ex.commission,
  ex.fees,
  ex.executed_at
FROM order_service.order_executions AS ex
JOIN order_service.orders AS o
  ON o.id = ex.order_id
Lineage · alinma_bff.order_executions_bounded_mv 5 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.