milvus-io / milvus

A cloud-native vector database, storage for next generation AI applications
https://milvus.io
Apache License 2.0
29.7k stars 2.85k forks source link

[Enhancement]: Refine Delegator L0 segment & delete buffer #35303

Open congqixia opened 1 month ago

congqixia commented 1 month ago

Is there an existing issue for this?

What would you like to be added?

Reduce the memory usage for delegator with large number of l0 segments or delete buffer

Why is this needed?

Before streaming node implementation, delegator cannot control the size of l0 segments and delete buffer. In some cases the memory pressure could be too large to handle. We would like to change the l0 "loading" and split process in delegator and do some refinement for delete buffer purging

Anything else?

No response

congqixia commented 1 month ago
stale[bot] commented 3 weeks ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Rotten issues close after 30d of inactivity. Reopen the issue with /reopen.