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

← cluster alinma_bff objects party_active_customer_relationships_mv
Overview Objects Graph History
materialized view · alinma_bff.party_active_customer_relationships_mv Explain plan ▶
Parallelism
2
Actors
12 / 12
running
Distribution
HASH
Rows
20
State size
1.2 KiB
Created
2026-08-13 17:15
Initialized
2026-08-13 17:15
Fragment flags
LOCALITY_PROVIDERMVIEWNOWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
736698 51787 51 running
736699 51787 51 running
736700 51788 51 running
736701 51788 51 running
736702 51789 51 running
736703 51789 51 running
736704 51791 51 running
736705 51792 51 running
736708 51790 51 running
736709 51790 51 running
736710 51793 51 running
736711 51793 51 running
sql · alinma_bff.party_active_customer_relationships_mv — click to expand
CREATE MATERIALIZED VIEW alinma_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
  AND CAST(cr.effective_from AS TIMESTAMPTZ) <= CURRENT_TIMESTAMP
  AND CAST(COALESCE(cr.effective_to, CAST('9999-12-31' AS DATE)) AS TIMESTAMPTZ) > CURRENT_TIMESTAMP
GROUP BY
  cr.party_id,
  cr.id
Lineage · alinma_bff.party_active_customer_relationships_mv 9 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.