Skip to content

Instantly share code, notes, and snippets.

@harshavardhana
Created October 13, 2015 21:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harshavardhana/865709d1e6819cac4ddd to your computer and use it in GitHub Desktop.
Save harshavardhana/865709d1e6819cac4ddd to your computer and use it in GitHub Desktop.
Minio db description
// Micro services environment provisions one Minio server per application instance.
// Scalability is achieved to through large number of smaller personalized instances.
// This version of the Minio binary is built using RocksDB storage backend for solid state disks.
// It is ideal for storing tiny objects with sizes ranging from few KBs to MBs.
// Minio binary is small enough to be bundled along with the application stack.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment