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
6,866
State size
1.3 MiB
Created
2026-08-26 08:25
Initialized
2026-08-26 08:25
Fragment flags
MVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
126528 25579 26 running
126529 25579 26 running
126530 25580 26 running
126531 25580 26 running
126532 25581 26 running
126533 25581 26 running
126534 25584 26 running
126535 25584 26 running
126536 25585 26 running
126537 25585 26 running
126538 25583 26 running
126539 25583 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.