Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

localChunkManager is responsible to local file manager. And can be implements with golang os library. The path of local chunk manager is config in milvus.yaml with key storage.path.
remoteChunkManager is responsible for cloud storage or remote server storage, and will be implemented with minio client now.

...