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
1,036
State size
70.9 KiB
Created
2026-08-14 11:00
Initialized
2026-08-14 11:00
Fragment flags
LOCALITY_PROVIDERMVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
738608 54218 51 running
738609 54218 51 running
738610 54224 51 running
738611 54224 51 running
738694 54216 51 running
738695 54216 51 running
738696 54217 51 running
738697 54217 51 running
738698 54219 51 running
738699 54219 51 running
738700 54220 51 running
738701 54220 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.