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

← cluster insights objects benchmark_twrr_by_asset_mv
Overview Objects Graph History
materialized view · insights.benchmark_twrr_by_asset_mv Explain plan ▶
Parallelism
2
Actors
12 / 12
running
Distribution
HASH
Rows
28
State size
1.1 KiB
Created
2026-08-24 15:32
Initialized
2026-08-24 15:32
Fragment flags
MVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
104541 23620 26 running
104542 23620 26 running
104543 23617 26 running
104544 23617 26 running
104545 23618 26 running
104546 23618 26 running
104547 23619 26 running
104548 23619 26 running
104549 23621 26 running
104550 23621 26 running
104551 23622 26 running
104552 23622 26 running
sql · insights.benchmark_twrr_by_asset_mv — click to expand
CREATE MATERIALIZED VIEW insights.benchmark_twrr_by_asset_mv AS
SELECT
  c.benchmark_id,
  c.date AS fact_date,
  c.asset_id,
  a.daily_subperiod_return * c.weight AS daily_subperiod_return
FROM asset_service.benchmark_constituents_ft AS c
JOIN insights.asset_twrr_mv AS a
  ON a.asset_id = c.asset_id AND a.fact_date = c.date
JOIN asset_service.benchmarks_dm AS b
  ON b.id = c.benchmark_id
WHERE
  b.disabled_at IS NULL AND NOT a.daily_subperiod_return IS NULL
Lineage · insights.benchmark_twrr_by_asset_mv 8 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.