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

← cluster olap objects accruals_ft
Overview Objects Graph History
table · olap.accruals_ft Explain plan ▶
Parallelism
2
Actors
6 / 6
running
Distribution
HASH
Rows
0
State size
Created
2026-07-01 08:43
Initialized
2026-07-01 08:43
Fragment flags
CDC_FILTERDMLMVIEWSOURCESTREAM_SCANUPSTREAM_SINK_UNION
Actors
ActorFragmentWorkerState
95988 4102 26 running
96123 4100 26 running
96124 4100 26 running
96125 4101 26 running
96126 4103 26 running
96127 4103 26 running
sql · olap.accruals_ft — click to expand
CREATE TABLE olap.accruals_ft (
  accrual_id VARCHAR,
  account_id VARCHAR,
  asset_id VARCHAR,
  fact_date DATE,
  currency VARCHAR,
  amount DECIMAL,
  type VARCHAR,
  is_included BOOLEAN,
  PRIMARY KEY (type, fact_date, asset_id, account_id, accrual_id),
  WATERMARK FOR fact_date AS CAST((
    fact_date - INTERVAL '5 YEARS'
  ) AS DATE) WITH TTL
)
WITH (
  snapshot='true'
) FROM olap.olap_source TABLE 'olap.accruals_ft'
Lineage · olap.accruals_ft 3 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.