Data export to elasticsearch or json #36683
Replies: 2 comments 1 reply
-
|
So far as I know, the query_iterator is the only way to export readable data from milvus. |
Beta Was this translation helpful? Give feedback.
-
Hi @m-chael
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all.
Need a way to import ~1mln records from milvus (v2.3.10) to Elasticsearch. Currently we have implemented a Java tool which iterates over the collection in batches and exports the data to json files. Then these jsons could be imported into elasticsearch. This seems to work on the test data, but we are a bit hesitant to run this on production. So we are looking for a more efficient and production-ready way of doing this.
The other alternative we were thinking of is to create the backup using milvus backup tool and then parse the backup files to restore the data and insert it into the elasticsearch instance, but given the complexity of the binlog file format that doesn't seem to be reasonable.
So, are there any better alternatives to that, or reading the data in batches is the only way?
Thanks, Mykhailo
Beta Was this translation helpful? Give feedback.
All reactions