milvus/internal/datanode
XuanYang-cn b8fca4f5c1
fix: Clustering compaction ignoring deltalogs (#39132)
See also: #39131

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
2025-01-10 14:07:05 +08:00
..
allocator enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
channel enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
compaction fix: Clustering compaction ignoring deltalogs (#39132) 2025-01-10 14:07:05 +08:00
importv2 enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
iterators enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
util enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +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: add db name in replica (#38672) 2025-01-09 19:40:59 +08:00
data_node_test.go enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
metrics_info.go fix: revert optimize CPU usage for CheckHealth requests (#35589) (#38555) 2024-12-19 00:38:45 +08:00
services.go enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
services_test.go enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +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.