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

← cluster olap objects benchmark_values_ft
Overview Objects Graph History
table · olap.benchmark_values_ft
Parallelism
2
Actors
6 / 6
running
Distribution
HASH
Rows
0
State size
Created
2026-06-30 21:30
Initialized
2026-06-30 21:30
Fragment flags
CDC_FILTERDMLMVIEWSOURCESTREAM_SCANUPSTREAM_SINK_UNION
Actors
ActorFragmentWorkerState
53323 2255 3 running
53578 2253 3 running
53579 2253 3 running
53580 2254 3 running
53581 2256 3 running
53582 2256 3 running
sql · olap.benchmark_values_ft — click to expand
CREATE TABLE olap.benchmark_values_ft (
  benchmark_id VARCHAR,
  fact_date DATE,
  value DECIMAL,
  disabled_at TIMESTAMPTZ,
  PRIMARY KEY (benchmark_id, fact_date),
  WATERMARK FOR fact_date AS CAST((
    fact_date - INTERVAL '5 YEARS'
  ) AS DATE) WITH TTL
)
WITH (
  snapshot='true'
) FROM olap.olap_source TABLE 'olap.benchmark_values_ft'
Lineage · olap.benchmark_values_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.