We are using Milvus2.0 for vector search. And Milvus is positioned as a database. So it should provide an efficient way to export data from it.
After reading Milvus Website, I only find an API named "query" to obtain vectors from Milvus. Then I test this API. But I found it is too slow to use it.
How do I quickly export large quantities of data from Milvus?