It seems a same thing from users aspect.
|
A key-value database does not care about the contents or format of the value. It just allows you to store stuff under keys, and get it back again, and iterate keys. Object Storage or Document Databases can look at the contents of the data you store in them, and allow you to query or index on something other than the key. The would be one distinction to draw. But googling around for Object Storage, it seems that this is a rather ill-defined buzzword. | |||
feedback
|