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

← cluster asset_service objects asset_prices_eod_ft
Overview Objects Graph History
table · asset_service.asset_prices_eod_ft Explain plan ▶
Parallelism
2
Actors
6 / 6
running
Distribution
HASH
Rows
49,929
State size
5.7 MiB
Created
2026-08-05 14:44
Initialized
2026-08-05 14:44
Fragment flags
CDC_FILTERDMLMVIEWSOURCESTREAM_SCANUPSTREAM_SINK_UNION
Actors
ActorFragmentWorkerState
741807 37095 51 running
742584 37093 51 running
742585 37093 51 running
742586 37094 51 running
742587 37096 51 running
742588 37096 51 running
sql · asset_service.asset_prices_eod_ft — click to expand
CREATE TABLE asset_service.asset_prices_eod_ft (
  asset_id VARCHAR,
  date DATE,
  currency_code VARCHAR,
  close DECIMAL,
  nav DECIMAL,
  last DECIMAL,
  PRIMARY KEY (asset_id, date),
  WATERMARK FOR date AS CAST((
    date - INTERVAL '5 YEARS'
  ) AS DATE) WITH TTL
)
WITH (
  snapshot='true'
) FROM asset_service.asset_service_source TABLE 'public.asset_prices_eod_ft'
Lineage · asset_service.asset_prices_eod_ft 4 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.