Data Migration method #20646
Answered
by
yhmo
bingbb47
asked this question in
Q&A and General discussion
Data Migration method
#20646
-
|
as the title, how to migrate a collection to another cluster? i have try to query the whole collection and insert , but there is no iterative query method; |
Beta Was this translation helpful? Give feedback.
Answered by
yhmo
Nov 16, 2022
Replies: 1 comment 3 replies
-
|
We are building a buckup tool for milvus. The tool can extract vector data(not including index data) and metadata from a milvus cluster, then import the vectors into another milvus cluster. Users can specify target collection to export/import. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
bingbb47
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are building a buckup tool for milvus. The tool can extract vector data(not including index data) and metadata from a milvus cluster, then import the vectors into another milvus cluster. Users can specify target collection to export/import.