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

← cluster party objects parties
Overview Objects Graph History
table · party.parties Explain plan ▶
Parallelism
2
Actors
6 / 6
running
Distribution
HASH
Rows
103
State size
12.9 KiB
Created
2026-07-31 10:50
Initialized
2026-07-31 10:50
Fragment flags
CDC_FILTERDMLMVIEWSOURCESTREAM_SCANUPSTREAM_SINK_UNION
Actors
ActorFragmentWorkerState
740278 32749 51 running
740319 32747 51 running
740320 32747 51 running
740321 32748 51 running
740322 32750 51 running
740323 32750 51 running
sql · party.parties — click to expand
CREATE TABLE party.parties (
  id VARCHAR,
  type VARCHAR,
  display_name VARCHAR,
  created_at TIMESTAMPTZ,
  updated_at TIMESTAMPTZ,
  disabled_at TIMESTAMPTZ,
  PRIMARY KEY (id)
)
WITH (
  snapshot='true'
) FROM party.party_source TABLE 'public.parties'
Lineage · party.parties 10 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.