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

← cluster alpheya_experience_bff objects party_reference_identifiers_mv
Overview Objects Graph History
materialized view · alpheya_experience_bff.party_reference_identifiers_mv Explain plan ▶
Parallelism
2
Actors
4 / 4
running
Distribution
HASH
Rows
2
State size
342 Bytes
Created
2026-08-14 11:16
Initialized
2026-08-14 11:15
Fragment flags
LOCALITY_PROVIDERMVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
158597 14594 33 running
158598 14594 33 running
159127 14593 33 running
159128 14593 33 running
sql · alpheya_experience_bff.party_reference_identifiers_mv — click to expand
CREATE MATERIALIZED VIEW alpheya_experience_bff.party_reference_identifiers_mv AS
SELECT
  ri.entity_id AS party_id,
  JSONB_AGG(JSONB_BUILD_OBJECT('key', ri.key, 'value', ri.value) ORDER BY ri.key) AS reference_identifiers
FROM party.reference_identifiers AS ri
WHERE
  ri.entity_type = 'party' AND ri.disabled_at IS NULL
GROUP BY
  ri.entity_id
Lineage · alpheya_experience_bff.party_reference_identifiers_mv 3 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.