RWM Console cluster: risingwave.platform.svc.cluster.local

← cluster insights objects user_to_clients_mv
Overview Objects Graph History
materialized view · insights.user_to_clients_mv Explain plan ▶
Parallelism
2
Actors
8 / 8
running
Distribution
HASH
Rows
26
State size
1.7 KiB
Created
2026-07-30 11:00
Initialized
2026-07-30 11:00
Fragment flags
MVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
32790 9752 33 running
32791 9752 33 running
32841 9753 33 running
32842 9753 33 running
32918 9754 33 running
32919 9754 33 running
32920 9755 33 running
32921 9755 33 running
sql · insights.user_to_clients_mv — click to expand
CREATE MATERIALIZED VIEW insights.user_to_clients_mv AS
SELECT DISTINCT
  tm.user_id,
  ett.entity_id AS client_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 = 'CLIENT'
WHERE
  tm.disabled_at IS NULL AND NOT tm.temporary IS TRUE AND ett.disabled_at IS NULL
Lineage · insights.user_to_clients_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.