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

← cluster search objects party_reference_identifier_terms_mv
Overview Objects Graph History
materialized view · search.party_reference_identifier_terms_mv Explain plan ▶
Parallelism
2
Actors
2 / 2
running
Distribution
HASH
Rows
140
State size
13.8 KiB
Created
2026-08-14 11:00
Initialized
2026-08-14 11:00
Fragment flags
MVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
738686 54215 51 running
738687 54215 51 running
sql · search.party_reference_identifier_terms_mv — click to expand
CREATE MATERIALIZED VIEW search.party_reference_identifier_terms_mv AS
SELECT
  ri.entity_id AS owner_entity_id,
  'party' AS owner_entity_type,
  u.val,
  u.val AS ar_val
FROM party.reference_identifiers AS ri
CROSS JOIN UNNEST(ARRAY[ri.value, REPLACE(ri.value, '-', '')]) AS u(val)
WHERE
  ri.entity_type = 'party' AND ri.disabled_at IS NULL
Lineage · search.party_reference_identifier_terms_mv 4 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.