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

← cluster search objects party_items_mv
Overview Objects Graph History
materialized view · search.party_items_mv Explain plan ▶
Parallelism
2
Actors
22 / 22
running
Distribution
HASH
Rows
261,304
State size
51.2 MiB
Created
2026-08-25 19:40
Initialized
2026-08-25 19:40
Fragment flags
MVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
118937 24876 26 running
118938 24876 26 running
118939 24881 26 running
118940 24881 26 running
118941 24875 26 running
118942 24875 26 running
118943 24877 26 running
118944 24877 26 running
118945 24879 26 running
118946 24879 26 running
118947 24878 26 running
118948 24878 26 running
+ 10 more actor(s) (22 running)
sql · search.party_items_mv — click to expand
CREATE MATERIALIZED VIEW search.party_items_mv AS
SELECT
  p.id AS entity_id,
  'party' AS entity_type,
  u.val,
  u.val AS ar_val,
  CAST(NULL AS VARCHAR) AS filter_val
FROM search.active_parties_mv AS p
CROSS JOIN UNNEST(ARRAY[p.id, REPLACE(p.id, '-', ''), p.display_name, REPLACE(p.display_name, '-', '')]) AS u(val)
UNION ALL
SELECT
  ft.entity_id,
  'party',
  CAST(NULL AS VARCHAR),
  CAST(NULL AS VARCHAR),
  ft.filter_val
FROM search.party_filter_tags_mv AS ft
UNION ALL
SELECT
  cp.id,
  'party',
  t.val,
  t.ar_val,
  CAST(NULL AS VARCHAR)
FROM search.party_customer_parties_mv AS cp
JOIN search.party_reference_identifier_terms_mv AS t
  ON t.owner_entity_id = cp.id AND t.owner_entity_type = 'party'
UNION ALL
SELECT
  e.target_entity_id,
  e.target_entity_type,
  t.val,
  t.ar_val,
  CAST(NULL AS VARCHAR)
FROM search.active_identifier_edges_mv AS e
JOIN search.olap_reference_identifier_terms_mv AS t
  ON t.owner_entity_id = e.owner_entity_id
  AND t.owner_entity_type = e.owner_entity_type
WHERE
  e.target_entity_type = 'party'
Lineage · search.party_items_mv 8 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.