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

← cluster authz objects active_party_memberships_mv
Overview Objects Graph History
materialized view · authz.active_party_memberships_mv Explain plan ▶
Parallelism
2
Actors
18 / 18
running
Distribution
HASH
Rows
32
State size
2.2 KiB
Created
2026-08-20 17:08
Initialized
2026-08-20 17:08
Fragment flags
LOCALITY_PROVIDERMVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
744636 62936 51 running
744637 62936 51 running
744670 62938 51 running
744671 62938 51 running
744672 62942 51 running
744673 62942 51 running
744674 62944 51 running
744675 62944 51 running
744976 62937 51 running
744977 62937 51 running
744978 62939 51 running
744979 62939 51 running
+ 6 more actor(s) (18 running)
sql · authz.active_party_memberships_mv — click to expand
CREATE MATERIALIZED VIEW authz.active_party_memberships_mv AS
SELECT
  memberships.party_id,
  memberships.user_id
FROM (
  SELECT
    entity_id AS party_id,
    value AS user_id
  FROM party.reference_identifiers AS reference_identifiers_next
  WHERE
    entity_type = 'party' AND key = 'AlpheyaId' AND disabled_at IS NULL
  UNION ALL
  SELECT
    ttp.party_id,
    utm.user_id
  FROM authz.active_teams_memberships_mv AS utm
  JOIN authz.team_to_parties_mv AS ttp
    ON ttp.team_id = utm.team_id
) AS memberships
GROUP BY
  memberships.party_id,
  memberships.user_id
Lineage · authz.active_party_memberships_mv 5 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.