RWM Console cluster: risingwave-adib.adib-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
402
State size
50.5 KiB
Created
2026-07-02 08:05
Initialized
2026-07-02 08:05
Fragment flags
CDC_FILTERDMLMVIEWSOURCESTREAM_SCANUPSTREAM_SINK_UNION
Actors
ActorFragmentWorkerState
96043 6230 26 running
97882 6228 26 running
97883 6228 26 running
97884 6229 26 running
97885 6231 26 running
97886 6231 26 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 6 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.