RWM Console cluster: risingwave-ai-hub-int.ai-hub-rwm.svc.cluster.local

← cluster olap objects investment_accounts_ft
Overview Objects Graph History
table · olap.investment_accounts_ft Explain plan ▶
Parallelism
2
Actors
6 / 6
running
Distribution
HASH
Rows
4,801
State size
636.7 KiB
Created
2026-07-26 20:46
Initialized
2026-07-26 20:46
Fragment flags
CDC_FILTERDMLMVIEWSOURCESTREAM_SCANUPSTREAM_SINK_UNION
Actors
ActorFragmentWorkerState
156805 4497 33 running
156918 4495 33 running
156919 4495 33 running
156920 4496 33 running
156921 4498 33 running
156922 4498 33 running
sql · olap.investment_accounts_ft — click to expand
CREATE TABLE olap.investment_accounts_ft (
  account_id VARCHAR,
  fact_date DATE,
  available_balance DECIMAL,
  hold_balance DECIMAL,
  purchasing_power DECIMAL,
  disabled_at TIMESTAMPTZ,
  PRIMARY KEY (account_id, fact_date),
  WATERMARK FOR fact_date AS CAST((
    fact_date - INTERVAL '5 YEARS'
  ) AS DATE) WITH TTL
) FROM olap.olap_source TABLE 'olap.investment_accounts_ft'
Lineage · olap.investment_accounts_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.