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
119
State size
14.4 KiB
Created
2026-08-05 14:43
Initialized
2026-08-05 14:43
Fragment flags
CDC_FILTERDMLMVIEWSOURCESTREAM_SCANUPSTREAM_SINK_UNION
Actors
ActorFragmentWorkerState
741709 37071 51 running
742493 37069 51 running
742494 37069 51 running
742546 37070 51 running
742551 37072 51 running
742552 37072 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.