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

← cluster insights objects clients_with_accounts_mv
Overview Objects Graph History
materialized view · insights.clients_with_accounts_mv
Parallelism
2
Actors
8 / 8
running
Distribution
HASH
Rows
16
State size
784 Bytes
Created
2026-06-30 21:45
Initialized
2026-06-30 21:45
Fragment flags
MVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
54312 2651 3 running
54313 2651 3 running
54341 2650 3 running
54342 2650 3 running
54351 2652 3 running
54352 2652 3 running
54353 2653 3 running
54354 2653 3 running
sql · insights.clients_with_accounts_mv — click to expand
CREATE MATERIALIZED VIEW insights.clients_with_accounts_mv AS
SELECT
  client_id
FROM (
  SELECT
    client_id
  FROM insights.client_account_direct_mv
  UNION ALL
  SELECT
    client_id
  FROM insights.client_account_via_portfolio_mv
) AS paths
GROUP BY
  client_id
Lineage · insights.clients_with_accounts_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.