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
Parallelism
2
Actors
8 / 8
running
Distribution
HASH
Rows
24
State size
2.5 KiB
Created
2026-06-30 21:42
Initialized
2026-06-30 21:42
Fragment flags
MVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
53489 2574 3 running
53490 2574 3 running
54198 2575 3 running
54199 2575 3 running
54200 2576 3 running
54201 2576 3 running
54202 2577 3 running
54203 2577 3 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.