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

← cluster insights objects account_to_account_groups_membership_mv
Overview Objects Graph History
materialized view · insights.account_to_account_groups_membership_mv Explain plan ▶
Parallelism
2
Actors
6 / 6
running
Distribution
HASH
Rows
8,221
State size
1.9 MiB
Created
2026-08-25 14:40
Initialized
2026-08-25 14:40
Fragment flags
MVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
33604 12353 33 running
33605 12353 33 running
33606 12354 33 running
33607 12354 33 running
33630 12355 33 running
33631 12355 33 running
sql · insights.account_to_account_groups_membership_mv — click to expand
CREATE MATERIALIZED VIEW insights.account_to_account_groups_membership_mv AS
SELECT
  account_id,
  account_group_id,
  effective_start_date,
  effective_end_date,
  source_entity_type
FROM insights.account_to_account_groups_mv AS account_to_account_groups_mv_next
UNION ALL
SELECT
  uam.account_id,
  'account_group_' || MD5(CAST((
    uam.user_id || uam.type
  ) AS BYTEA)) AS account_group_id,
  CAST('1970-01-01' AS DATE) AS effective_start_date,
  CAST(NULL AS DATE) AS effective_end_date,
  CAST('user' AS VARCHAR) AS source_entity_type
FROM insights.user_account_membership_mv AS uam
Lineage · insights.account_to_account_groups_membership_mv 5 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.