Dynamo (Storage System)
Jump to navigation
Jump to search
A Dynamo (Storage System) is a High Availability that ...
- AKA: Dynamo (Storage System).
- See: Structured Storage, Amazon DynamoDB, High Availability, SOSP, Distributed Data Store, Database, Distributed Hash Table.
References
2015
- (Wikipedia, 2015) ⇒ http://en.wikipedia.org/wiki/Dynamo_(storage_system) Retrieved:2015-6-19.
- Dynamo is the name given to a set of techniques that when taken together can form a highly available key-value structured storage system[1] or a distributed data store. It has properties of both databases and distributed hash tables (DHTs). Amazon DynamoDB derives its name from Dynamo, but is not at all related in any other way. Dynamo has a multi-master design requiring the client to resolve version conflicts whereas DynamoDB has a single master design.