RWM Console cluster: risingwave-alinma.alinma-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
2,056
State size
453.0 KiB
Created
2026-07-31 11:31
Initialized
2026-07-31 11:31
Fragment flags
CDC_FILTERDMLMVIEWSOURCESTREAM_SCANUPSTREAM_SINK_UNION
Actors
ActorFragmentWorkerState
736160 32925 51 running
736161 32925 51 running
736162 32926 51 running
736163 32928 51 running
736164 32928 51 running
736917 32927 51 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.