Jack
Jack

Reputation: 85

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.

Upvotes: 0

Views: 2110

Answers (1)

Ji Bin
Ji Bin

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

Related Questions