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

← cluster olap objects basket_index_benchmark_constituents_ft
Overview Objects Graph History
table · olap.basket_index_benchmark_constituents_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
53341 2243 3 running
53623 2241 3 running
53624 2241 3 running
53625 2242 3 running
53626 2244 3 running
53627 2244 3 running
sql · olap.basket_index_benchmark_constituents_ft — click to expand
CREATE TABLE olap.basket_index_benchmark_constituents_ft (
  benchmark_id VARCHAR,
  asset_id VARCHAR,
  fact_date DATE,
  weight DECIMAL,
  disabled_at TIMESTAMPTZ,
  PRIMARY KEY (asset_id, 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.basket_index_benchmark_constituents_ft'
Lineage · olap.basket_index_benchmark_constituents_ft 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.