milvus/internal/datanode
SimFG 5016038781
enhance: release the record in delete codec and add some log for compaction (#34454)
/kind improvement

Signed-off-by: SimFG <bang.fu@zilliz.com>
2024-07-09 15:40:17 +08:00
..
allocator Replace manual composed grpc call with Broker methods (#27676) 2023-10-13 09:55:34 +08:00
broker enhance:change wrong log (#33447) 2024-05-29 18:35:44 +08:00
channel enhance: make subfunctions of datanode component modular (#33992) 2024-07-01 14:46:07 +08:00
compaction enhance: release the record in delete codec and add some log for compaction (#34454) 2024-07-09 15:40:17 +08:00
importv2 enhance: Pre-allocate ids for import (#33958) 2024-07-07 21:26:14 +08:00
io enhance: Optimeize clustering compaction (#34313) 2024-07-03 15:14:08 +08:00
iterators enhance: Add ctx in SyncTask.Run to be cancellable (#34042) 2024-06-25 14:22:04 +08:00
metacache fix: Sync the sealed and flushed segments to datanode (#34301) 2024-07-01 22:42:08 +08:00
pipeline enhance: Check segment existence when FlushSegments and add some key logs (#34438) 2024-07-06 08:50:11 +08:00
syncmgr enhance: Pre-allocate ids for import (#33958) 2024-07-07 21:26:14 +08:00
util enhance: Remove datanode reporting TT based on MQ implementation (#34421) 2024-07-05 15:48:09 +08:00
writebuffer fix: Fix incorrect segment num rows (#34441) 2024-07-08 20:00:14 +08:00
data_node_test.go enhance: Pre-allocate ids for import (#33958) 2024-07-07 21:26:14 +08:00
data_node.go enhance: Pre-allocate ids for import (#33958) 2024-07-07 21:26:14 +08:00
metrics_info.go enhance: make subfunctions of datanode component modular (#33992) 2024-07-01 14:46:07 +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
services_test.go fix: Only load or release Flushed segment in datanode meta (#34390) 2024-07-03 17:52:09 +08:00
services.go fix: Only load or release Flushed segment in datanode meta (#34390) 2024-07-03 17:52:09 +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.