RWM Console cluster: risingwave-alinma.alinma-rw.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
18,666
State size
4.0 MiB
Created
2026-08-19 22:40
Initialized
2026-08-19 22:40
Fragment flags
MVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
738630 61236 51 running
738631 61236 51 running
738640 61234 51 running
738641 61234 51 running
738644 61235 51 running
738645 61235 51 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.