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

← cluster authz objects active_portfolios_to_teams_mv
Overview Objects Graph History
materialized view · authz.active_portfolios_to_teams_mv Explain plan ▶
Parallelism
2
Actors
2 / 2
running
Distribution
HASH
Rows
2
State size
160 Bytes
Created
2026-08-05 14:55
Initialized
2026-08-05 14:55
Fragment flags
MVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
743123 37360 51 running
743124 37360 51 running
sql · authz.active_portfolios_to_teams_mv — click to expand
CREATE MATERIALIZED VIEW authz.active_portfolios_to_teams_mv AS
SELECT
  team_id,
  entity_id AS portfolio_id
FROM authz.active_entity_to_teams_mv AS active_entity_to_teams_mv_next
WHERE
  entity_type = 'PORTFOLIO'
Lineage · authz.active_portfolios_to_teams_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.