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

← cluster insights objects investment_account_purchasing_power_mv
Overview Objects Graph History
materialized view · insights.investment_account_purchasing_power_mv Explain plan ▶
Parallelism
2
Actors
18 / 18
running
Distribution
HASH
Rows
364
State size
25.7 KiB
Created
2026-08-18 13:17
Initialized
2026-08-18 13:16
Fragment flags
LOCALITY_PROVIDERMVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
739264 58850 51 running
739265 58850 51 running
739573 58845 51 running
739574 58845 51 running
739575 58844 51 running
739576 58844 51 running
739581 58846 51 running
739582 58846 51 running
739593 58847 51 running
739594 58847 51 running
739597 58848 51 running
739598 58848 51 running
+ 6 more actor(s) (18 running)
sql · insights.investment_account_purchasing_power_mv — click to expand
CREATE MATERIALIZED VIEW insights.investment_account_purchasing_power_mv AS
SELECT
  iaf.account_id,
  iaf.fact_date,
  iaf.purchasing_power,
  iaf.purchasing_power * COALESCE(fx.rate, CASE WHEN a.base_currency_code = 'SAR' THEN 1 ELSE NULL END) AS purchasing_power_system_currency,
  iaf.disabled_at
FROM olap.investment_accounts_ft AS iaf
LEFT JOIN olap.accounts_dm AS a
  ON a.account_id = iaf.account_id
LEFT JOIN insights.fx_rates_snapshot_mv AS fx
  ON fx.source_currency_code = a.base_currency_code
  AND fx.target_currency_code = 'SAR'
WHERE
  iaf.disabled_at IS NULL
Lineage · insights.investment_account_purchasing_power_mv 6 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.