- Milvus version: master&2.4
- Deployment mode(standalone or cluster):
- MQ type(rocksmq, pulsar or kafka):
- SDK version(e.g. pymilvus v2.0.0rc2):
- OS(Ubuntu or CentOS):
- CPU/Memory:
- GPU:
- Others:
Current Behavior
When there are many collections and partitions, the AssignSegment operation becomes very slow, which in turn causes insertion to slow down significantly.
Expected Behavior
The AllocSegment function in SegmentManager is slow, likely due to lock contention.
Is there an existing issue for this?
Environment
Current Behavior
When there are many collections and partitions, the
AssignSegment
operation becomes very slow, which in turn causes insertion to slow down significantly.Expected Behavior
The
AllocSegment
function inSegmentManager
is slow, likely due to lock contention.Steps To Reproduce
No response
Milvus Log
No response
Anything else?
No response