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
13,818
State size
1.4 MiB
Created
2026-08-19 06:35
Initialized
2026-08-19 06:35
Fragment flags
MVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
100502 22391 26 running
100503 22391 26 running
100504 22392 26 running
100505 22392 26 running
100566 22389 26 running
100567 22389 26 running
100568 22390 26 running
100569 22390 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.