RWM Console cluster: risingwave.platform.svc.cluster.local

← cluster insights objects open_accounts_mv
Overview Objects Graph History
materialized view · insights.open_accounts_mv Explain plan ▶
Parallelism
2
Actors
2 / 2
running
Distribution
HASH
Rows
1,661
State size
65.4 KiB
Created
2026-07-30 10:58
Initialized
2026-07-30 10:58
Fragment flags
MVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
32747 9685 33 running
32748 9685 33 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 10 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.