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

← cluster insights objects asset_distributions_sink_input_mv
Overview Objects Graph History
materialized view · insights.asset_distributions_sink_input_mv Explain plan ▶
Parallelism
2
Actors
4 / 4
running
Distribution
HASH
Rows
593
State size
88.0 KiB
Created
2026-08-13 17:22
Initialized
2026-08-13 17:22
Fragment flags
LOCALITY_PROVIDERMVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
737169 52073 51 running
737170 52073 51 running
737171 52074 51 running
737172 52074 51 running
sql · insights.asset_distributions_sink_input_mv — click to expand
CREATE MATERIALIZED VIEW insights.asset_distributions_sink_input_mv AS
SELECT
  asset_id,
  distribution_type,
  effective_start_date,
  NULLIF(effective_end_date, CAST('9999-12-31' AS DATE)) AS effective_end_date,
  JSONB_OBJECT_AGG(item_id, share) AS distribution,
  JSONB_OBJECT_AGG(item_id, taxonomy_node_id) AS taxonomy_node_ids
FROM insights.asset_distributions_for_consumers_mv
GROUP BY
  asset_id,
  distribution_type,
  effective_start_date,
  effective_end_date
Lineage · insights.asset_distributions_sink_input_mv 3 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.