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

← cluster insights objects open_accounts_mv
Overview Objects Graph History
materialized view · insights.open_accounts_mv
Parallelism
2
Actors
2 / 2
running
Distribution
HASH
Rows
49
State size
5.5 KiB
Created
2026-06-30 21:34
Initialized
2026-06-30 21:34
Fragment flags
MVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
53924 2376 3 running
53925 2376 3 running
sql · insights.open_accounts_mv — click to expand
CREATE MATERIALIZED VIEW insights.open_accounts_mv AS
SELECT
  account_id,
  base_currency_code,
  is_restricted,
  product_type_id,
  opening_date
FROM olap.accounts_dm
WHERE
  closing_date IS NULL AND disabled_at IS NULL AND NOT m_is_stub IS TRUE
Lineage · insights.open_accounts_mv 9 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.