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

← cluster authz objects active_parties_to_portfolios_mv
Overview Objects Graph History
materialized view · authz.active_parties_to_portfolios_mv
Parallelism
2
Actors
10 / 10
running
Distribution
HASH
Rows
16
State size
2.5 KiB
Created
2026-06-30 21:34
Initialized
2026-06-30 21:34
Fragment flags
MVIEWNOWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
53960 2388 3 running
53961 2388 3 running
53962 2391 3 running
53963 2392 3 running
53964 2390 3 running
53965 2390 3 running
53966 2389 3 running
53967 2389 3 running
53968 2393 3 running
53969 2393 3 running
sql · authz.active_parties_to_portfolios_mv — click to expand
CREATE MATERIALIZED VIEW authz.active_parties_to_portfolios_mv AS
SELECT
  party_id,
  entity_id AS portfolio_id
FROM olap.party_involvements_dm
WHERE
  entity_type = 'PORTFOLIO'
  AND disabled_at IS NULL
  AND effective_from <= CURRENT_TIMESTAMP
  AND (
    effective_to IS NULL OR effective_to > CURRENT_TIMESTAMP
  )
Lineage · authz.active_parties_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.