milvus-io/milvus

Support HDFS on Milvus 2.0

Open

#2,745 opened on Jul 5, 2020

View on GitHub
 (13 comments) (0 reactions) (2 assignees)Go (44,298 stars) (4,000 forks)batch import
difficulty/intermediategood first issuekind/featurepriority/backlog

Description

Is your feature request related to a problem? Please describe. If we could let Milvus support to save data in a distributed file system, that's will be convenient to use/save huge data.

Describe the solution you'd like Re-implement some functions about I/O to support HDFS.

Describe alternatives you've considered N/A

Additional context For "storage" add new source files and head files HDFSWriter / HDFSReader... and re-implement some functions. For "codec" add some files about HDFS. ...

Contributor guide