RWM Console cluster: risingwave-ai-hub-int.ai-hub-rwm.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
5,358
State size
741.8 KiB
Created
2026-08-14 09:39
Initialized
2026-08-14 09:39
Fragment flags
CDC_FILTERDMLMVIEWSOURCESTREAM_SCANUPSTREAM_SINK_UNION
Actors
ActorFragmentWorkerState
156847 14433 33 running
158456 14431 33 running
158457 14431 33 running
159011 14432 33 running
159012 14434 33 running
159013 14434 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.