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

← cluster alinma_bff objects client_portfolio_counts_mv
Overview Objects Graph History
materialized view · alinma_bff.client_portfolio_counts_mv Explain plan ▶
Parallelism
2
Actors
4 / 4
running
Distribution
HASH
Rows
57
State size
2.7 KiB
Created
2026-08-13 17:06
Initialized
2026-08-13 17:06
Fragment flags
LOCALITY_PROVIDERMVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
735963 51575 51 running
735964 51575 51 running
736011 51576 51 running
736012 51576 51 running
sql · alinma_bff.client_portfolio_counts_mv — click to expand
CREATE MATERIALIZED VIEW alinma_bff.client_portfolio_counts_mv AS
SELECT
  client_id,
  CAST(COUNT(portfolio_id) AS INT) AS portfolio_count
FROM olap.clients_portfolios_dm
WHERE
  disabled_at IS NULL
GROUP BY
  client_id
Lineage · alinma_bff.client_portfolio_counts_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.