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

← cluster order_service objects orders
Overview Objects Graph History
table · order_service.orders
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
53356 2335 3 running
53792 2333 3 running
53793 2333 3 running
53802 2334 3 running
53803 2336 3 running
53804 2336 3 running
sql · order_service.orders — click to expand
CREATE TABLE order_service.orders (
  id VARCHAR,
  portfolio_id VARCHAR,
  security_account_id VARCHAR,
  initiator JSONB,
  asset_id VARCHAR,
  side VARCHAR,
  workflow_state VARCHAR,
  execution_state VARCHAR,
  execution_spec JSONB,
  cost_estimate JSONB,
  filled_quantity DECIMAL,
  created_at TIMESTAMPTZ,
  PRIMARY KEY (id),
  WATERMARK FOR created_at AS created_at - INTERVAL '5 YEARS' WITH TTL
)
WITH (
  snapshot='true'
) FROM order_service.order_service_source TABLE 'oms.orders'
Lineage · order_service.orders 8 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.