milvus/internal/datanode
yihao.dai d7b2906318
enhance: Make dataNode.import.maxConcurrentTaskNum dynamic (#37102)
Resize import execution pool when config
`dataNode.import.maxConcurrentTaskNum` update.

issue: https://github.com/milvus-io/milvus/issues/37095

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2024-10-25 16:51:29 +08:00
..
allocator
channel enhance: Add more info in logs (#36731) 2024-10-10 17:51:25 +08:00
compaction fix: Fix clustering compaction task leak (#36800) 2024-10-17 20:43:30 +08:00
importv2 enhance: Make dataNode.import.maxConcurrentTaskNum dynamic (#37102) 2024-10-25 16:51:29 +08:00
iterators
util
data_node_test.go
data_node.go fix: Remove enableLevelZeroSegment config (#36535) 2024-10-17 11:59:24 +08:00
metrics_info.go
OWNERS
README.md
services_test.go feat: support embedding bm25 sparse vector and flush bm25 stats log (#36036) 2024-09-19 10:57:12 +08:00
services.go feat: management WebUI homepage (#36822) 2024-10-23 11:29:28 +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 imformation
  • Root Coordinator: get the latest unique IDs.
  • Data Coordinator: get the flush information and which message stream to subscribe.