|
|
|
|
|
by ffk
4023 days ago
|
|
You can think of object storage as a type of key value storage optimized for storing unstructured data at scale. These include but are not limited to images, video, backups, and binary blobs. You can contrast this to other key value stores such as memcache which is designed to cache data in memory or Cassandra which is designed for storing large quantities of small, structured data. |
|