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
39
State size
3.7 KiB
Created
2026-08-20 17:00
Initialized
2026-08-20 17:00
Fragment flags
LOCALITY_PROVIDERMVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
743675 62609 51 running
743676 62609 51 running
743677 62610 51 running
743678 62610 51 running
743679 62612 51 running
743680 62612 51 running
743745 62604 51 running
743746 62604 51 running
743747 62605 51 running
743748 62605 51 running
743821 62606 51 running
743822 62606 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.