how can i export data #37754
hxlsky
started this conversation in
Show and tell
Replies: 3 comments 3 replies
-
you can export data with iterator. or backup the collection to another |
Beta Was this translation helpful? Give feedback.
1 reply
-
Use the query_iterator to export milvus data row by row: https://milvus.io/docs/with-iterators.md#Query-with-an-iterator This is an example of exporting data of a 10000 rows collection to a CSV file.
|
Beta Was this translation helpful? Give feedback.
2 replies
-
If anyone want to add a functionality to functionality to backup data to Json,parquet or csv format it is warmly welcomed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i want to export milvusdb data,how can i do?
is there a tools such as "mysqldump" in mysql?
Beta Was this translation helpful? Give feedback.
All reactions