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

← cluster authz objects active_account_to_portfolios_mv
Overview Objects Graph History
materialized view · authz.active_account_to_portfolios_mv Explain plan ▶
Parallelism
2
Actors
2 / 2
running
Distribution
HASH
Rows
89
State size
8.3 KiB
Created
2026-08-05 14:45
Initialized
2026-08-05 14:45
Fragment flags
MVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
742639 37124 51 running
742640 37124 51 running
sql · authz.active_account_to_portfolios_mv — click to expand
CREATE MATERIALIZED VIEW authz.active_account_to_portfolios_mv AS
SELECT
  portfolio_id,
  account_id
FROM olap.account_to_portfolios_dm AS account_to_portfolios_dm_next
WHERE
  disabled_at IS NULL AND effective_end_date IS NULL
Lineage · authz.active_account_to_portfolios_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.