how can i export data #37754
Replies: 4 comments 3 replies
-
you can export data with iterator. or backup the collection to another |
Beta Was this translation helpful? Give feedback.
-
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.
-
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.
-
@hxlsky VTS: https://github.com/zilliztech/vts will add a new sink connector and support export data into Json, parquet, csv soon. Please keep an eye on this, I will update the doc in a few weeks. |
Beta Was this translation helpful? Give feedback.
-
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