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

← cluster olap objects fixed_deposit_accounts_ft
Overview Objects Graph History
table · olap.fixed_deposit_accounts_ft Explain plan ▶
Parallelism
2
Actors
6 / 6
running
Distribution
HASH
Rows
257
State size
30.4 KiB
Created
2026-07-31 11:32
Initialized
2026-07-31 11:32
Fragment flags
CDC_FILTERDMLMVIEWSOURCESTREAM_SCANUPSTREAM_SINK_UNION
Actors
ActorFragmentWorkerState
736314 32953 51 running
736315 32953 51 running
736316 32954 51 running
736317 32956 51 running
736318 32956 51 running
736928 32955 51 running
sql · olap.fixed_deposit_accounts_ft — click to expand
CREATE TABLE olap.fixed_deposit_accounts_ft (
  account_id VARCHAR,
  fact_date DATE,
  principal DECIMAL,
  profit_rate DECIMAL,
  profit_accrued DECIMAL,
  auto_renewal_status VARCHAR,
  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.fixed_deposit_accounts_ft'
Lineage · olap.fixed_deposit_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.