Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Typically, it cost several hours to insert one billion entities with 128-dimensional vectors. Lots of time wasted in two major areas: RPC transfer and Pulsar management.

We need a new interface to do bulk load for the following purposeswithout network bandwidth wasting and skip the Pulsar management. A brief requirements of the new interface:

  1. import data from JSON format files. (first stage)
  2. import data from Numpy format files. (first stage)
  3. copy a collection within on one Milvus 2.0 service. (second stage)
  4. copy a collection from one Milvus 2.0 service to another. (second stage)
  5. import data from Milvus 1.x to Milvus 2.0 (third stage)
  6. parquet/faiss files (TBD)

...