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

← cluster insights objects client_to_account_groups_mv
Overview Objects Graph History
materialized view · insights.client_to_account_groups_mv Explain plan ▶
Parallelism
2
Actors
8 / 8
running
Distribution
HASH
Rows
800
State size
87.8 KiB
Created
2026-07-17 12:53
Initialized
2026-07-17 12:53
Fragment flags
MVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
98902 16052 26 running
98903 16052 26 running
98904 16054 26 running
98905 16054 26 running
98906 16055 26 running
98907 16055 26 running
98908 16053 26 running
98909 16053 26 running
sql · insights.client_to_account_groups_mv — click to expand
CREATE MATERIALIZED VIEW insights.client_to_account_groups_mv AS
SELECT
  c.id AS client_id,
  'account_group_' || MD5(CAST((
    c.id || 'all'
  ) AS BYTEA)) AS account_group_id,
  CAST('all' AS VARCHAR) AS type
FROM olap.clients_dm AS c
WHERE
  c.closing_date IS NULL AND NOT c.m_is_stub IS TRUE
UNION ALL
SELECT
  c.id AS client_id,
  'account_group_' || MD5(CAST((
    c.id || 'none'
  ) AS BYTEA)) AS account_group_id,
  CAST('none' AS VARCHAR) AS type
FROM olap.clients_dm AS c
WHERE
  c.closing_date IS NULL AND NOT c.m_is_stub IS TRUE
Lineage · insights.client_to_account_groups_mv 7 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.