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

← cluster alinma_bff objects portfolio_reference_identifiers_mv
Overview Objects Graph History
materialized view · alinma_bff.portfolio_reference_identifiers_mv Explain plan ▶
Parallelism
2
Actors
4 / 4
running
Distribution
HASH
Rows
38
State size
4.4 KiB
Created
2026-08-13 17:08
Initialized
2026-08-13 17:08
Fragment flags
LOCALITY_PROVIDERMVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
736079 51600 51 running
736080 51600 51 running
736081 51601 51 running
736082 51601 51 running
sql · alinma_bff.portfolio_reference_identifiers_mv — click to expand
CREATE MATERIALIZED VIEW alinma_bff.portfolio_reference_identifiers_mv AS
SELECT
  ri.entity_id AS portfolio_id,
  JSONB_AGG(JSONB_BUILD_OBJECT('key', ri.key, 'value', ri.value) ORDER BY ri.key) AS reference_identifiers
FROM olap.reference_identifiers AS ri
WHERE
  ri.entity_type = 'portfolio'
GROUP BY
  ri.entity_id
Lineage · alinma_bff.portfolio_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.