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

← cluster alinma_bff objects advisor_kpi_user_portfolios_mv
Overview Objects Graph History
materialized view · alinma_bff.advisor_kpi_user_portfolios_mv Explain plan ▶
Parallelism
2
Actors
12 / 12
running
Distribution
HASH
Rows
346
State size
29.1 KiB
Created
2026-08-20 17:15
Initialized
2026-08-20 17:14
Fragment flags
LOCALITY_PROVIDERMVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
744974 63226 51 running
744975 63226 51 running
745730 63227 51 running
745731 63227 51 running
745732 63228 51 running
745733 63228 51 running
745738 63230 51 running
745739 63230 51 running
745740 63229 51 running
745741 63229 51 running
745742 63231 51 running
745743 63231 51 running
sql · alinma_bff.advisor_kpi_user_portfolios_mv — click to expand
CREATE MATERIALIZED VIEW alinma_bff.advisor_kpi_user_portfolios_mv AS
SELECT
  user_portfolios.user_id,
  user_portfolios.portfolio_id
FROM (
  SELECT
    utm.user_id,
    ttp.portfolio_id
  FROM authz.active_teams_memberships_mv AS utm
  JOIN authz.team_to_portfolios_mv AS ttp
    ON ttp.team_id = utm.team_id
  WHERE
    utm.access_type = 'DIRECT'
) AS user_portfolios
GROUP BY
  user_portfolios.user_id,
  user_portfolios.portfolio_id
Lineage · alinma_bff.advisor_kpi_user_portfolios_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.