RWM Console cluster: risingwave.platform.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-17 12:18
Initialized
2026-08-17 12:18
Fragment flags
CDC_FILTERDMLMVIEWSOURCESTREAM_SCANUPSTREAM_SINK_UNION
Actors
ActorFragmentWorkerState
32525 11068 33 running
32760 11066 33 running
32761 11066 33 running
32762 11067 33 running
32767 11069 33 running
32768 11069 33 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.