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

← cluster asset_service objects benchmark_constituents_ft
Overview Objects Graph History
table · asset_service.benchmark_constituents_ft Explain plan ▶
Parallelism
2
Actors
6 / 6
running
Distribution
HASH
Rows
24
State size
2.1 KiB
Created
2026-08-19 06:29
Initialized
2026-08-19 06:29
Fragment flags
CDC_FILTERDMLMVIEWSOURCESTREAM_SCANUPSTREAM_SINK_UNION
Actors
ActorFragmentWorkerState
99019 22081 26 running
99384 22079 26 running
99385 22079 26 running
99388 22080 26 running
99389 22082 26 running
99390 22082 26 running
sql · asset_service.benchmark_constituents_ft — click to expand
CREATE TABLE asset_service.benchmark_constituents_ft (
  benchmark_id VARCHAR,
  date DATE,
  asset_id VARCHAR,
  weight DECIMAL,
  PRIMARY KEY (benchmark_id, date, asset_id),
  WATERMARK FOR date AS CAST((
    date - INTERVAL '5 YEARS'
  ) AS DATE) WITH TTL
)
WITH (
  snapshot='true'
) FROM asset_service.asset_service_source TABLE 'public.benchmark_constituents_ft'
Lineage · asset_service.benchmark_constituents_ft 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.