RWM Console cluster: risingwave.platform.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
1,600
State size
203.0 KiB
Created
2026-07-30 10:57
Initialized
2026-07-30 10:56
Fragment flags
CDC_FILTERDMLMVIEWSOURCESTREAM_SCANUPSTREAM_SINK_UNION
Actors
ActorFragmentWorkerState
32494 9626 33 running
32675 9624 33 running
32676 9624 33 running
32677 9625 33 running
32678 9627 33 running
32679 9627 33 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.