RWM Console cluster: risingwave-ai-hub-int.ai-hub-rwm.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-14 11:15
Initialized
2026-08-14 11:15
Fragment flags
LOCALITY_PROVIDERMVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
157966 14589 33 running
157967 14589 33 running
157992 14591 33 running
157993 14591 33 running
158504 14586 33 running
158505 14586 33 running
158506 14590 33 running
158507 14590 33 running
158531 14592 33 running
158532 14592 33 running
159131 14584 33 running
159132 14584 33 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.