RWM Console cluster: risingwave-alinma.alinma-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
18,521
State size
2.5 MiB
Created
2026-08-20 16:53
Initialized
2026-08-20 16:53
Fragment flags
CDC_FILTERDMLMVIEWSOURCESTREAM_SCANUPSTREAM_SINK_UNION
Actors
ActorFragmentWorkerState
741816 62396 51 running
741898 62394 51 running
741899 62394 51 running
741977 62395 51 running
741980 62397 51 running
741981 62397 51 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.