Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Bulk load data #15604

Closed
1 task done
yhmo opened this issue Feb 17, 2022 · 6 comments
Closed
1 task done

[Feature]: Bulk load data #15604

yhmo opened this issue Feb 17, 2022 · 6 comments
Labels
kind/feature Issues related to feature request from users stale indicates no udpates for 30 days

Comments

@yhmo
Copy link
Contributor

yhmo commented Feb 17, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe.

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:

  1. import data from JSON format files. (first stage)
  2. import data from Numpy format files. (first stage)
  3. copy a collection within on 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)

Describe the solution you'd like.

No response

Describe an alternate solution.

No response

Anything else? (Additional Context)

No response

@yhmo yhmo added the kind/feature Issues related to feature request from users label Feb 17, 2022
@xiaofan-luan
Copy link
Contributor

what kind of format are we plan to support? Json, parquet, xml or ...

@yhmo
Copy link
Contributor Author

yhmo commented Feb 17, 2022

what kind of format are we plan to support? Json, parquet, xml or ...

Basically json/numpy.

@xiaofan-luan
Copy link
Contributor

what kind of format are we plan to support? Json, parquet, xml or ...

Basically json/numpy.

should be enough as the first release, later on we can support parquet, faiss and even more.

@stale
Copy link

stale bot commented Mar 20, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Rotten issues close after 30d of inactivity. Reopen the issue with /reopen.

@stale stale bot added the stale indicates no udpates for 30 days label Mar 20, 2022
soothing-rain added a commit to soothing-rain/milvus that referenced this issue Mar 25, 2022
issue: milvus-io#15604
Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>
sre-ci-robot pushed a commit that referenced this issue Mar 25, 2022
issue: #15604
Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>
soothing-rain added a commit to soothing-rain/milvus that referenced this issue Mar 25, 2022
issue: milvus-io#15604

/kind feature

Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>
soothing-rain added a commit to soothing-rain/milvus that referenced this issue Mar 25, 2022
issue: milvus-io#15604

/kind feature

Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>
@stale stale bot closed this as completed Mar 27, 2022
soothing-rain added a commit to soothing-rain/milvus that referenced this issue Mar 28, 2022
/kind feature

issue: milvus-io#15604
Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>
soothing-rain added a commit to soothing-rain/milvus that referenced this issue Mar 28, 2022
issue: milvus-io#15604

/kind feature

Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>
sre-ci-robot pushed a commit that referenced this issue Mar 28, 2022
issue: #15604

/kind feature

Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>
soothing-rain added a commit to soothing-rain/milvus that referenced this issue Apr 20, 2022
issue: milvus-io#15604

/kind enhancement

Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>
sre-ci-robot pushed a commit that referenced this issue Apr 20, 2022
issue: #15604

/kind enhancement

Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>
soothing-rain added a commit to soothing-rain/milvus that referenced this issue Apr 24, 2022
…are not updated

issue: milvus-io#15604

/kind enhancement

Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>
soothing-rain added a commit to soothing-rain/milvus that referenced this issue Apr 24, 2022
It causes Milvus not runnable with local storage.

issue: milvus-io#15604

/kind enhancement

Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>
soothing-rain added a commit to soothing-rain/milvus that referenced this issue Apr 24, 2022
It causes Milvus not runnable with local storage.

issue: milvus-io#15604

/kind enhancement

Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>
sre-ci-robot pushed a commit that referenced this issue Apr 25, 2022
…are not updated (#16609)

issue: #15604

/kind enhancement

Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>
sre-ci-robot pushed a commit that referenced this issue Apr 25, 2022
…16629)

It causes Milvus not runnable with local storage.

issue: #15604

/kind enhancement

Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>
soothing-rain added a commit to soothing-rain/milvus that referenced this issue May 12, 2022
…ilvus-io#16629)

It causes Milvus not runnable with local storage.

issue: milvus-io#15604

/kind enhancement

Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>
@stale
Copy link

stale bot commented May 18, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Rotten issues close after 30d of inactivity. Reopen the issue with /reopen.

@stale stale bot added the stale indicates no udpates for 30 days label May 18, 2022
@stale stale bot closed this as completed May 25, 2022
This was referenced Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Issues related to feature request from users stale indicates no udpates for 30 days
Projects
None yet
Development

No branches or pull requests

3 participants