'If I set auto_id=true, then I insert data into milvus concurrently. Will the id in Milvus be repeated?
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.
Solution 1:[1]
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
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Ji Bin |
