milvus/internal/datanode
cai.zhang 2a516697c2
enhance: [2.5] Only download necessary fields during clustering analyze phase (#43362)
issue: #43310 

master pr: #43322

Signed-off-by: Cai Zhang <cai.zhang@zilliz.com>
2025-07-23 10:18:53 +08:00
..
allocator fix: [2.5] Fix no candidate segments error for small import (#41772) 2025-05-14 10:36:22 +08:00
channel fix: ChannelManager double assignment (#41877) 2025-05-16 14:58:23 +08:00
compaction enhance: [2.5] Only download necessary fields during clustering analyze phase (#43362) 2025-07-23 10:18:53 +08:00
importv2 fix: Prevent delegator unserviceable due to shard leader change (#42689) (#43309) 2025-07-15 17:46:51 +08:00
iterators enhance: [2.5] Use v2 package name for pkg module (#40117) 2025-02-23 00:46:01 +08:00
util enhance: [2.5] Use v2 package name for pkg module (#40117) 2025-02-23 00:46:01 +08:00
.mockery.yaml fix: [2.5] Fix no candidate segments error for small import (#41772) 2025-05-14 10:36:22 +08:00
OWNERS [skip ci]Update OWNERS files (#11898) 2021-11-16 15:41:11 +08:00
README.md [skip ci]Change uppercase of MinIO (#9539) 2021-10-09 11:22:58 +08:00
data_node.go enhance: [2.5] Use v2 package name for pkg module (#40117) 2025-02-23 00:46:01 +08:00
data_node_test.go enhance: [2.5] Use v2 package name for pkg module (#40117) 2025-02-23 00:46:01 +08:00
metrics_info.go enhance: [2.5] Use v2 package name for pkg module (#40117) 2025-02-23 00:46:01 +08:00
services.go fix: [2.5] Fix duplicate autoID between import and insert (#42520) 2025-06-05 00:54:33 +08:00
services_test.go fix: [2.5] Fix delete data loss due to duplicate binlogID (#40976) 2025-03-28 14:34:21 +08:00

README.md

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 imformation
  • Root Coordinator: get the latest unique IDs.
  • Data Coordinator: get the flush information and which message stream to subscribe.