You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
I have two milvus instance , and want to migrate data from one to another. Instances' information is as blow : source milvus: 2.3.12 standalone target milvus:2.3.12 cluster
I tried to migrate two collections . One has 41531 entities and the other has 1840419 entities . After migration with 500 bufferSize , one has 39663 and the other has 1789625 entities .
Meanwhile, I tried to migrate with different dumper.worker.reader.bufferSize, the target milvus entity number is different .
Expected Behavior
Target milvus has same entities with source milvus.
Steps To Reproduce
No response
Environment
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
hi @charleskangzq , Now Milvus-migration use Iterator api to read source data, iterator will remove duplicate primary key data, so will occur inconsistent if your data have same pk data.
@charleskangzq and that total entities size inaccurate statistics In earlier tool versions (not subtracting the deleted quantity), now can use latest version of migration tool that can accurate statistics total entities size.
and about same pk data, If you have suspect list of duplicated PK values, you could just use query count(*) with expr like pk == pk_value to check whether it's duplicated no not.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Current Behavior
I have two milvus instance , and want to migrate data from one to another. Instances' information is as blow :
source milvus: 2.3.12 standalone
target milvus:2.3.12 cluster
I tried to migrate two collections . One has 41531 entities and the other has 1840419 entities . After migration with 500 bufferSize , one has 39663 and the other has 1789625 entities .
Meanwhile, I tried to migrate with different dumper.worker.reader.bufferSize, the target milvus entity number is different .
Expected Behavior
Target milvus has same entities with source milvus.
Steps To Reproduce
No response
Environment
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: