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

← cluster insights objects benchmark_values_by_currency_mv
Overview Objects Graph History
materialized view · insights.benchmark_values_by_currency_mv Explain plan ▶
Parallelism
2
Actors
12 / 12
running
Distribution
HASH
Rows
3
State size
159 Bytes
Created
2026-08-26 08:17
Initialized
2026-08-26 08:17
Fragment flags
MVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
120649 25101 26 running
120650 25101 26 running
120651 25098 26 running
120652 25098 26 running
120653 25097 26 running
120654 25097 26 running
120655 25099 26 running
120656 25099 26 running
120657 25100 26 running
120658 25100 26 running
120659 25102 26 running
120660 25102 26 running
sql · insights.benchmark_values_by_currency_mv — click to expand
CREATE MATERIALIZED VIEW insights.benchmark_values_by_currency_mv
WITH (
  backfill_order=FIXED(asset_service.assets_dm_next -> asset_service.benchmark_constituents_ft, asset_service.benchmarks_dm -> asset_service.benchmark_constituents_ft)
) AS
SELECT
  c.benchmark_id,
  c.date AS fact_date,
  a.issue_currency_code AS currency_code,
  SUM(c.weight) AS weight
FROM asset_service.benchmark_constituents_ft AS c
JOIN asset_service.assets_dm AS a
  ON a.id = c.asset_id
JOIN asset_service.benchmarks_dm AS b
  ON b.id = c.benchmark_id
WHERE
  b.disabled_at IS NULL AND NOT a.issue_currency_code IS NULL
GROUP BY
  c.benchmark_id,
  c.date,
  a.issue_currency_code
Lineage · insights.benchmark_values_by_currency_mv 5 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.