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

← cluster order_service objects order_cash_holds
Overview Objects Graph History
table · order_service.order_cash_holds Explain plan ▶
Parallelism
2
Actors
6 / 6
running
Distribution
HASH
Rows
292
State size
76.0 KiB
Created
2026-08-26 08:16
Initialized
2026-08-26 08:16
Fragment flags
CDC_FILTERDMLMVIEWSOURCESTREAM_SCANUPSTREAM_SINK_UNION
Actors
ActorFragmentWorkerState
119801 25021 26 running
119815 25019 26 running
119816 25019 26 running
119817 25020 26 running
119818 25022 26 running
119819 25022 26 running
sql · order_service.order_cash_holds — click to expand
CREATE TABLE order_service.order_cash_holds (
  id VARCHAR,
  order_id VARCHAR,
  provider_hold_id VARCHAR,
  funding_account_id VARCHAR,
  hold_amount DECIMAL,
  float_used DECIMAL,
  currency_code VARCHAR,
  status VARCHAR,
  created_at TIMESTAMPTZ,
  updated_at TIMESTAMPTZ,
  PRIMARY KEY (id)
)
WITH (
  snapshot='true'
) FROM order_service.order_service_source TABLE 'oms.order_cash_holds'
Lineage · order_service.order_cash_holds 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.