RWM Console cluster: risingwave-alinma.alinma-rw.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
152
State size
16.0 KiB
Created
2026-08-05 14:49
Initialized
2026-08-05 14:48
Fragment flags
MVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
742761 37226 51 running
742762 37226 51 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 AS accounts_dm_next
WHERE
  closing_date IS NULL AND disabled_at IS NULL AND NOT m_is_stub IS TRUE
Lineage · insights.open_accounts_mv 18 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.