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

← cluster alinma_bff objects report_position_date_boundaries_mv
Overview Objects Graph History
materialized view · alinma_bff.report_position_date_boundaries_mv Explain plan ▶
Parallelism
2
Actors
4 / 4
running
Distribution
HASH
Rows
484
State size
34.6 KiB
Created
2026-08-19 23:07
Initialized
2026-08-19 23:07
Fragment flags
LOCALITY_PROVIDERMVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
740577 61940 51 running
740578 61940 51 running
740581 61941 51 running
740582 61941 51 running
sql · alinma_bff.report_position_date_boundaries_mv — click to expand
CREATE MATERIALIZED VIEW alinma_bff.report_position_date_boundaries_mv AS
SELECT
  portfolio_id,
  account_group_type,
  MIN(dim_balance_date) AS first_position_date,
  MAX(dim_balance_date) AS last_position_date
FROM alinma_bff.report_position_daily_mv AS report_position_daily_mv_next
GROUP BY
  portfolio_id,
  account_group_type
Lineage · alinma_bff.report_position_date_boundaries_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.