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

← cluster insights objects user_to_account_groups_mv
Overview Objects Graph History
materialized view · insights.user_to_account_groups_mv
Parallelism
2
Actors
4 / 4
running
Distribution
HASH
Rows
32
State size
3.3 KiB
Created
2026-06-30 21:45
Initialized
2026-06-30 21:45
Fragment flags
MVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
54316 2643 3 running
54317 2643 3 running
54318 2644 3 running
54319 2644 3 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.