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

← cluster insights objects user_to_account_groups_mv
Overview Objects Graph History
materialized view · insights.user_to_account_groups_mv Explain plan ▶
Parallelism
2
Actors
4 / 4
running
Distribution
HASH
Rows
2
State size
212 Bytes
Created
2026-07-30 11:07
Initialized
2026-07-30 11:07
Fragment flags
MVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
33117 9999 33 running
33118 9999 33 running
33225 9998 33 running
33226 9998 33 running
sql · insights.user_to_account_groups_mv — click to expand
CREATE MATERIALIZED VIEW insights.user_to_account_groups_mv AS
SELECT
  uam.user_id,
  'account_group_' || MD5(CAST((
    uam.user_id || uam.type
  ) AS BYTEA)) AS account_group_id,
  uam.type
FROM insights.user_account_membership_mv AS uam
GROUP BY
  uam.user_id,
  uam.type
Lineage · insights.user_to_account_groups_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.