RWM Console cluster: risingwave.platform.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
12 / 12
running
Distribution
HASH
Rows
22
State size
1.5 KiB
Created
2026-08-17 12:21
Initialized
2026-08-17 12:21
Fragment flags
MVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
32726 11165 33 running
32727 11165 33 running
33193 11163 33 running
33194 11163 33 running
33201 11164 33 running
33202 11164 33 running
33203 11166 33 running
33204 11166 33 running
33205 11167 33 running
33206 11167 33 running
33207 11168 33 running
33208 11168 33 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.