Current state: Accepted
ISSUE: https://github.com/milvus-io/milvus/issues/15604
PRs:
Keywords: bulk load, import
Released: with Milvus 2.1
Authors:
Summary
Import data by a shortcut to get better performance compared with insert().
Motivation
Typically, it cost several 5~6 hours to insert one billion entities with 128-dimensional vectors. We need a new interface to do bulk load for the following purposes:
- copy a collection from one Milvus server to another.
- import data from json format files
- import data from numpy format files
- import data from Milvus 1.x