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

← cluster insights objects user_to_portfolios_mv
Overview Objects Graph History
materialized view · insights.user_to_portfolios_mv Explain plan ▶
Parallelism
2
Actors
8 / 8
running
Distribution
HASH
Rows
1
State size
72 Bytes
Created
2026-06-30 21:32
Initialized
2026-06-30 21:32
Fragment flags
MVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
99194 2346 26 running
99195 2346 26 running
99196 2347 26 running
99197 2347 26 running
99229 2349 26 running
99230 2349 26 running
100207 2348 26 running
100208 2348 26 running
sql · insights.user_to_portfolios_mv — click to expand
CREATE MATERIALIZED VIEW insights.user_to_portfolios_mv AS
SELECT DISTINCT
  tm.user_id,
  ett.entity_id AS portfolio_id
FROM olap.teams_memberships_dm AS tm
JOIN olap.entity_to_teams_dm AS ett
  ON ett.team_id = tm.team_id AND ett.entity_type = 'PORTFOLIO'
WHERE
  tm.disabled_at IS NULL AND NOT tm.temporary IS TRUE AND ett.disabled_at IS NULL
Lineage · insights.user_to_portfolios_mv 4 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.