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. ...