0

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.

Jack
  • 85
  • 5

1 Answers1

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

Ji Bin
  • 491
  • 3
  • 9