RWM Console cluster: risingwave-ai-hub-int.ai-hub-rwm.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
54
State size
5.1 KiB
Created
2026-08-11 21:33
Initialized
2026-08-11 21:32
Fragment flags
MVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
156759 12479 33 running
156760 12479 33 running
157158 12481 33 running
157159 12481 33 running
157160 12482 33 running
157161 12482 33 running
157162 12480 33 running
157163 12480 33 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 8 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.