RWM Console cluster: risingwave-ai-hub-int.ai-hub-rwm.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
7,833
State size
796.1 KiB
Created
2026-08-19 08:40
Initialized
2026-08-19 08:39
Fragment flags
LOCALITY_PROVIDERMVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
157312 16772 33 running
157313 16772 33 running
157314 16773 33 running
157315 16773 33 running
157316 16774 33 running
157317 16774 33 running
157900 16775 33 running
157901 16775 33 running
157902 16776 33 running
157903 16776 33 running
157908 16779 33 running
157909 16779 33 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 = 'USD' 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 = 'USD'
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.