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

← cluster authz objects active_clients_portfolios_mv
Overview Objects Graph History
materialized view · authz.active_clients_portfolios_mv Explain plan ▶
Parallelism
2
Actors
3 / 3
running
Distribution
HASH
Rows
8,097
State size
829.6 KiB
Created
2026-06-30 21:33
Initialized
2026-06-30 21:33
Fragment flags
MVIEWNOWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
99231 2361 26 running
99232 2360 26 running
99233 2360 26 running
sql · authz.active_clients_portfolios_mv — click to expand
CREATE MATERIALIZED VIEW authz.active_clients_portfolios_mv AS
SELECT
  client_id,
  portfolio_id
FROM olap.clients_portfolios_dm
WHERE
  disabled_at IS NULL
  AND effective_start_date <= CURRENT_TIMESTAMP
  AND effective_end_date IS NULL
Lineage · authz.active_clients_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.