Versions Compared

Key

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

...

  1. More efficient reading and writing of persistent data when using the standalone version for it don't need network communication.
  2. Reduce the impact of its dependency component changes when components are changed. For example, when minio crashes, the system is unavailable.
  3. Dependency injection can be done with local storage, removing the dependency of minio in unittest on minio.

At the same time, in order to preserve the selectivity of users, minio can also be used as a storage engine for the standalone version. We are going to make the storage engine configurable.

...