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

← cluster order_service objects order_executions
Overview Objects Graph History
table · order_service.order_executions
Parallelism
2
Actors
6 / 6
running
Distribution
HASH
Rows
0
State size
Created
2026-06-30 21:32
Initialized
2026-06-30 21:32
Fragment flags
CDC_FILTERDMLMVIEWSOURCESTREAM_SCANUPSTREAM_SINK_UNION
Actors
ActorFragmentWorkerState
52815 2339 3 running
53270 2337 3 running
53271 2337 3 running
53272 2338 3 running
53273 2340 3 running
53274 2340 3 running
sql · order_service.order_executions — click to expand
CREATE TABLE order_service.order_executions (
  id VARCHAR,
  order_id VARCHAR,
  quantity VARCHAR,
  price JSONB,
  commission JSONB,
  execution_trans_type VARCHAR,
  executed_at TIMESTAMPTZ,
  PRIMARY KEY (id),
  WATERMARK FOR executed_at AS executed_at - INTERVAL '5 YEARS' WITH TTL
)
WITH (
  snapshot='true'
) FROM order_service.order_service_source TABLE 'oms.order_executions'
Lineage · order_service.order_executions 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.