milvus-io/milvus

[Feature]: Support publishing data on hdfs into milvus in pyspark

Open

#20,001 建立於 2022年10月24日

在 GitHub 查看
 (4 留言) (0 反應) (1 負責人)Go (4,000 fork)batch import
good first issuekind/feature

倉庫指標

Star
 (44,298 star)
PR 合併指標
 (平均合併 7天) (30 天內合併 314 個 PR)

描述

Is there an existing issue for this?

  • I have searched the existing issues

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

Now, I publish mode:

  1. Start a pod on k8s.
  2. Pull all parquet files into the pod from hdfs.
  3. Read the parquet files in pandas, then insert data into milvus.

This process consumes huge amount of memory. And if mem can not release, it will affect other process in the pod.

Describe the solution you'd like.

I want to publish data on hdfs into milvus in pyspark

Describe an alternate solution.

No response

Anything else? (Additional Context)

No response

貢獻者指南