milvus-io/milvus
Voir sur GitHub[Feature]: Support publishing data on hdfs into milvus in pyspark
Open
#20 001 ouverte le 24 oct. 2022
good first issuekind/feature
Métriques du dépôt
- Stars
- (44 298 stars)
- Métriques de merge PR
- (Merge moyen 7j) (314 PRs mergées en 30 j)
Description
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:
- Start a pod on k8s.
- Pull all parquet files into the pod from hdfs.
- 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