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

← cluster alpheya_experience_bff objects party_active_customer_relationships_mv
Overview Objects Graph History
materialized view · alpheya_experience_bff.party_active_customer_relationships_mv Explain plan ▶
Parallelism
2
Actors
10 / 10
running
Distribution
HASH
Rows
16
State size
882 Bytes
Created
2026-08-11 21:15
Initialized
2026-08-11 21:14
Fragment flags
LOCALITY_PROVIDERMVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
156629 12378 33 running
156630 12378 33 running
156631 12379 33 running
156632 12379 33 running
156633 12380 33 running
156634 12380 33 running
156635 12381 33 running
156636 12381 33 running
156637 12382 33 running
156638 12382 33 running
sql · alpheya_experience_bff.party_active_customer_relationships_mv — click to expand
CREATE MATERIALIZED VIEW alpheya_experience_bff.party_active_customer_relationships_mv
WITH (
  backfill_order=FIXED(party.parties -> party.customer_relationships)
) AS
SELECT
  cr.party_id,
  cr.id AS customer_relationship_id
FROM party.customer_relationships AS cr
JOIN party.parties AS p
  ON p.id = cr.party_id AND p.disabled_at IS NULL
WHERE
  cr.type = 'CUSTOMER' AND cr.status = 'ACTIVE' AND cr.disabled_at IS NULL
GROUP BY
  cr.party_id,
  cr.id
Lineage · alpheya_experience_bff.party_active_customer_relationships_mv 7 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.