Reputation: 85
If I set auto_id=true, then I insert data into milvus concurrently. Will the id in Milvus be repeated?
I am using Milvus2.0.
Upvotes: 0
Views: 2110
Reputation: 531
All returned IDs are unique, for my understanding, internally all data are inserted in sequence.
Here is an official Q&A for this question: https://github.com/milvus-io/milvus/discussions/3860
Upvotes: 1