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

← cluster insights objects client_account_direct_mv
Overview Objects Graph History
materialized view · insights.client_account_direct_mv Explain plan ▶
Parallelism
2
Actors
8 / 8
running
Distribution
HASH
Rows
24,196
State size
2.6 MiB
Created
2026-07-15 08:07
Initialized
2026-07-15 08:07
Fragment flags
MVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
99288 13352 26 running
99289 13352 26 running
99290 13351 26 running
99291 13351 26 running
99292 13353 26 running
99293 13353 26 running
99294 13354 26 running
99295 13354 26 running
sql · insights.client_account_direct_mv — click to expand
CREATE MATERIALIZED VIEW insights.client_account_direct_mv AS
SELECT
  atc.client_id,
  atc.account_id,
  atc.effective_start_date,
  atc.effective_end_date,
  CAST('all' AS VARCHAR) AS type
FROM olap.accounts_to_clients_dm AS atc
JOIN insights.open_accounts_mv AS oa
  ON oa.account_id = atc.account_id
WHERE
  atc.disabled_at IS NULL
  AND (
    atc.effective_end_date IS NULL
    OR atc.effective_end_date > atc.effective_start_date
  )
Lineage · insights.client_account_direct_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.