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
16
State size
882 Bytes
Created
2026-08-20 17:02
Initialized
2026-08-20 17:01
Fragment flags
LOCALITY_PROVIDERMVIEWNOWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
743983 62633 51 running
743984 62633 51 running
743985 62634 51 running
743986 62634 51 running
744015 62635 51 running
744016 62635 51 running
744017 62637 51 running
744018 62638 51 running
744027 62636 51 running
744028 62636 51 running
744029 62639 51 running
744030 62639 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_next)
) 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.