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

← cluster search objects party_customer_parties_mv
Overview Objects Graph History
materialized view · search.party_customer_parties_mv Explain plan ▶
Parallelism
2
Actors
8 / 8
running
Distribution
HASH
Rows
384
State size
39.9 KiB
Created
2026-08-26 08:22
Initialized
2026-08-26 08:22
Fragment flags
MVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
123835 25367 26 running
123836 25367 26 running
123837 25368 26 running
123838 25368 26 running
123839 25370 26 running
123840 25370 26 running
123841 25369 26 running
123842 25369 26 running
sql · search.party_customer_parties_mv — click to expand
CREATE MATERIALIZED VIEW search.party_customer_parties_mv AS
SELECT
  p.id
FROM search.active_parties_mv AS p
JOIN search.party_active_relationships_mv AS cr
  ON cr.party_id = p.id AND cr.type = 'CUSTOMER'
Lineage · search.party_customer_parties_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.