milvus/internal/flushcommon
yihao.dai 81879425e1
enhance: Optimize the performance of stats task (#37374)
1. Increase the writer's `batchSize` to avoid multiple serialization
operations.
2. Perform asynchronous upload of binlog files to prevent blocking the
data processing flow.
3. Reduce multiple calls to `writer.Flush()`.

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

---------

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2024-11-08 10:08:27 +08:00
..
broker feat: add tasks page into management WebUI (#37002) 2024-10-28 10:13:29 +08:00
io enhance: Optimize the performance of stats task (#37374) 2024-11-08 10:08:27 +08:00
metacache feat: add segment,pipeline, replica and resourcegroup api for WebUI (#37344) 2024-11-07 11:52:25 +08:00
pipeline feat: add segment,pipeline, replica and resourcegroup api for WebUI (#37344) 2024-11-07 11:52:25 +08:00
syncmgr enhance: Optimize the performance of stats task (#37374) 2024-11-08 10:08:27 +08:00
util feat: add segment,pipeline, replica and resourcegroup api for WebUI (#37344) 2024-11-07 11:52:25 +08:00
writebuffer enhance: Optimize the performance of stats task (#37374) 2024-11-08 10:08:27 +08:00