Bingyi Sun 0ca9a76ab8
fix: Fix bulk import with autoid (#44604) (#44694)
issue: #44424
pr: #44604

Signed-off-by: sunby <sunbingyi1992@gmail.com>
2025-10-11 10:23:58 +08:00
..

Data Node

DataNode is the component to write insert and delete messages into persistent blob storage, for example MinIO or S3.

Dependency

  • KV store: a kv store that persists messages into blob storage.
  • Message stream: receive messages and publish information
  • Root Coordinator: get the latest unique IDs.
  • Data Coordinator: get the flush information and which message stream to subscribe.