milvus: [Bug]: Milvus crashes if search with expr in a large id list
Is there an existing issue for this?
- I have searched the existing issues
Environment
- Milvus version: 2.0.0
- Deployment mode(standalone or cluster): standalone
- SDK version(e.g. pymilvus v2.0.0rc2): pymilvus
- OS(Ubuntu or CentOS): ubuntu
- CPU/Memory: 4 / 16GB
- GPU:
- Others:
Current Behavior
I used Milvus 1.0.0 before and want to use 2.0.0. Honestly, while considering resource usage, I am disappointed with 2.0.0. I have a 160.000 vector that is 2048 float values. It must be 160.000 * 2048 * 8 bytes = 2.6 GB, but when I check the docker volume size, it seems 17 GB disk size. There is a big difference. RAM usage is also huge, it’s about 4-5 GB for 160K vectors.
I use Milvus 2.0.0 with default configurations, but Milvus 1.0.0 is better than 2.0.0 while considering resource usage. Do I miss something? Can anyone explain what the reason for the difference is?
Expected Behavior
Normal disk and ram usage
Steps To Reproduce
No response
Anything else?
No response
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 19 (15 by maintainers)
These are settings for message queue of milvus standalone :
You can modify those
retentionTimeInMinutes
andretentionSizeInMB
two options to decrease disk usage.