RWM Console cluster: risingwave.platform.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
10 / 10
running
Distribution
HASH
Rows
6
State size
318 Bytes
Created
2026-08-18 09:49
Initialized
2026-08-18 09:49
Fragment flags
MVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
32704 11575 33 running
32705 11575 33 running
32717 11573 33 running
32718 11573 33 running
32753 11574 33 running
32754 11574 33 running
32827 11577 33 running
32828 11577 33 running
32868 11576 33 running
32869 11576 33 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 -> 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.