RWM Console cluster: risingwave-ai-hub-int.ai-hub-rwm.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
12 / 12
running
Distribution
HASH
Rows
1,047
State size
95.0 KiB
Created
2026-08-11 21:23
Initialized
2026-08-11 21:22
Fragment flags
LOCALITY_PROVIDERMVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
156731 12419 33 running
156732 12419 33 running
156735 12420 33 running
156736 12420 33 running
156737 12421 33 running
156738 12421 33 running
156739 12423 33 running
156740 12423 33 running
156747 12422 33 running
156748 12422 33 running
156749 12424 33 running
156750 12424 33 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.