milvus/internal/datanode
Xianhui Lin f9febe3bae
enhance: Merge RootCoord, DataCoord And QueryCoord into MixCoord (#41006)
Merge RootCoord, DataCoord And QueryCoord into MixCoord
Make Session into one
issue : https://github.com/milvus-io/milvus/issues/37764

---------

Signed-off-by: Xianhui.Lin <xianhui.lin@zilliz.com>
2025-04-11 16:36:30 +08:00
..
allocator
channel
compactor fix: assigning the correct storage version in sync and index tasks (#41093) 2025-04-08 10:14:25 +08:00
importv2
index enhance: Add json key inverted index in stats for optimization (#38039) 2025-04-10 15:20:28 +08:00
msghandlerimpl
.mockery.yaml
OWNERS
README.md
chunk_mgr_factory.go
data_node.go enhance: Merge RootCoord, DataCoord And QueryCoord into MixCoord (#41006) 2025-04-11 16:36:30 +08:00
data_node_test.go enhance: Merge RootCoord, DataCoord And QueryCoord into MixCoord (#41006) 2025-04-11 16:36:30 +08:00
index_services.go enhance: Add json key inverted index in stats for optimization (#38039) 2025-04-10 15:20:28 +08:00
index_services_test.go enhance: Merge RootCoord, DataCoord And QueryCoord into MixCoord (#41006) 2025-04-11 16:36:30 +08:00
metrics_info.go
services.go fix: Fix delete data loss due to duplicate binlogID (#40960) 2025-04-01 10:36:22 +08:00
services_test.go fix: Fix delete data loss due to duplicate binlogID (#40960) 2025-04-01 10:36:22 +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.