RWM Console cluster: risingwave-ai-hub-int.ai-hub-rwm.svc.cluster.local

← cluster insights objects benchmark_values_by_distribution_mv
Overview Objects Graph History
materialized view · insights.benchmark_values_by_distribution_mv Explain plan ▶
Parallelism
2
Actors
22 / 22
running
Distribution
HASH
Rows
3,577
State size
537.0 KiB
Created
2026-08-14 11:13
Initialized
2026-08-14 11:12
Fragment flags
LOCALITY_PROVIDERMVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
158035 14525 33 running
158036 14525 33 running
158392 14526 33 running
158393 14526 33 running
158448 14527 33 running
158449 14527 33 running
159057 14524 33 running
159058 14524 33 running
159077 14517 33 running
159078 14517 33 running
159083 14519 33 running
159084 14519 33 running
+ 10 more actor(s) (22 running)
sql · insights.benchmark_values_by_distribution_mv — click to expand
CREATE MATERIALIZED VIEW insights.benchmark_values_by_distribution_mv AS
SELECT
  c.benchmark_id,
  c.date AS fact_date,
  ad.distribution_type,
  ad.taxonomy_node_id,
  ad.taxonomy_code,
  SUM(c.weight * ad.share) AS weight
FROM asset_service.benchmark_constituents_ft AS c
JOIN insights.asset_distributions_for_consumers_mv AS ad
  ON ad.asset_id = c.asset_id
  AND c.date >= ad.effective_start_date
  AND c.date < ad.effective_end_date
JOIN asset_service.benchmarks_dm AS b
  ON b.id = c.benchmark_id
WHERE
  b.disabled_at IS NULL
GROUP BY
  c.benchmark_id,
  c.date,
  ad.distribution_type,
  ad.taxonomy_node_id,
  ad.taxonomy_code
Lineage · insights.benchmark_values_by_distribution_mv 9 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.