milvus-io / milvus-tools

A data migration tool for Milvus.
Apache License 2.0
69 stars 21 forks source link

The issue about indexing data in Milvus #14

Closed jingkl closed 3 years ago

jingkl commented 3 years ago

It was found that in the Milvus to Milvus process if one of the Milvus data was indexing, the transfer would be unsuccessful

shiyu22 commented 3 years ago

You are right, Milvusdm can only import FLAT data or data that has been indexed. It is recommended to stop the source Milvus or not do anything else when using Milvusdm.

You can see in the code that we are reading the data when the file_type=1 or 7, which means it is the raw data or backup data, you can refer to this article about the fields of metadata.