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
56,454
State size
6.6 MiB
Created
2026-07-31 11:33
Initialized
2026-07-31 11:33
Fragment flags
CDC_FILTERDMLMVIEWSOURCESTREAM_SCANUPSTREAM_SINK_UNION
Actors
ActorFragmentWorkerState
736148 32991 51 running
736356 32989 51 running
736357 32989 51 running
736358 32990 51 running
736359 32992 51 running
736360 32992 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.