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

← cluster olap objects account_groups_ft
Overview Objects Graph History
table · olap.account_groups_ft
Parallelism
2
Actors
6 / 6
running
Distribution
HASH
Rows
0
State size
Created
2026-06-30 21:31
Initialized
2026-06-30 21:31
Fragment flags
CDC_FILTERDMLMVIEWSOURCESTREAM_SCANUPSTREAM_SINK_UNION
Actors
ActorFragmentWorkerState
53335 2283 3 running
53685 2281 3 running
53686 2281 3 running
53687 2282 3 running
53688 2284 3 running
53689 2284 3 running
sql · olap.account_groups_ft — click to expand
CREATE TABLE olap.account_groups_ft (
  account_group_id VARCHAR,
  fact_date DATE,
  purchasing_power DECIMAL,
  purchasing_power_system_currency DECIMAL,
  created_at TIMESTAMPTZ,
  updated_at TIMESTAMPTZ,
  disabled_at TIMESTAMPTZ,
  disabled_reason VARCHAR,
  PRIMARY KEY (account_group_id, fact_date),
  WATERMARK FOR fact_date AS CAST((
    fact_date - INTERVAL '5 YEARS'
  ) AS DATE) WITH TTL
) FROM olap.olap_source TABLE 'olap.account_groups_ft'
Lineage · olap.account_groups_ft 3 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.