scispace - formally typeset
Proceedings ArticleDOI

Dynamo: amazon's highly available key-value store

TLDR
D Dynamo is presented, a highly available key-value storage system that some of Amazon's core services use to provide an "always-on" experience and makes extensive use of object versioning and application-assisted conflict resolution in a manner that provides a novel interface for developers to use.
Abstract: 
Reliability at massive scale is one of the biggest challenges we face at Amazon.com, one of the largest e-commerce operations in the world; even the slightest outage has significant financial consequences and impacts customer trust. The Amazon.com platform, which provides services for many web sites worldwide, is implemented on top of an infrastructure of tens of thousands of servers and network components located in many datacenters around the world. At this scale, small and large components fail continuously and the way persistent state is managed in the face of these failures drives the reliability and scalability of the software systems.This paper presents the design and implementation of Dynamo, a highly available key-value storage system that some of Amazon's core services use to provide an "always-on" experience. To achieve this level of availability, Dynamo sacrifices consistency under certain failure scenarios. It makes extensive use of object versioning and application-assisted conflict resolution in a manner that provides a novel interface for developers to use.

read more

Content maybe subject to copyright    Report

Citations
More filters
Patent

Middle ware security layer for cloud computing services

TL;DR: In this paper, the authors present a multi-part policy enforcement approach for data-deficient transactions of independent data stores, which combines active analysis of access requests for the independent object stores with inspection of objects in the independent objects stores, each of the analysis and inspection generating and persisting object metadata in a supplemental data store.
Proceedings ArticleDOI

Scale-out ccNUMA: exploiting skew with strongly consistent caching

TL;DR: The insight is that aggressively caching popular items at all nodes of the KVS enables both load balance and high throughput - a combination that has eluded previous approaches.
Proceedings ArticleDOI

Consistency in the cloud: when money does matter!

TL;DR: It is argued that monetary cost should be taken into consideration when evaluating or selecting a consistency level in the cloud and a new metric called consistency-cost efficiency is defined, called Bismar, that adaptively tunes the consistency level at runtime in order to reduce the monetary cost while simultaneously maintaining a low fraction of stale reads.
Proceedings Article

ShuttleDB: Database-Aware Elasticity in the Cloud

TL;DR: The experimental evaluation of the ShuttleDB prototype shows that by applying migration and replication techniques at the tenant level, automated elasticity can be achieved both intraand inter-datacenter in a database agnostic way and can reduce the time and data transfer needed for elasticity by 80% or more compared to tenant-oblivious approaches.
Journal ArticleDOI

Enabling Encrypted Rich Queries in Distributed Key-Value Stores

TL;DR: EncKV is an encrypted and distributed key-value store with rich query support, equipped with an enhanced ORE scheme with reduced leakage, and enables secure system scaling in a minimally intrusive way.
References
More filters
Proceedings ArticleDOI

Chord: A scalable peer-to-peer lookup service for internet applications

TL;DR: Results from theoretical analysis, simulations, and experiments show that Chord is scalable, with communication cost and the state maintained by each node scaling logarithmically with the number of Chord nodes.
Book ChapterDOI

Time, clocks, and the ordering of events in a distributed system

TL;DR: In this paper, the concept of one event happening before another in a distributed system is examined, and a distributed algorithm is given for synchronizing a system of logical clocks which can be used to totally order the events.
Book ChapterDOI

Pastry: Scalable, Decentralized Object Location, and Routing for Large-Scale Peer-to-Peer Systems

TL;DR: Pastry as mentioned in this paper is a scalable, distributed object location and routing substrate for wide-area peer-to-peer ap- plications, which performs application-level routing and object location in a po- tentially very large overlay network of nodes connected via the Internet.
Journal ArticleDOI

Time, clocks, and the ordering of events in a distributed system

TL;DR: In this article, the concept of one event happening before another in a distributed system is examined, and a distributed algorithm is given for synchronizing a system of logical clocks which can be used to totally order the events.
Journal ArticleDOI

The Google file system

TL;DR: This paper presents file system interface extensions designed to support distributed applications, discusses many aspects of the design, and reports measurements from both micro-benchmarks and real world use.
Related Papers (5)
Trending Questions (1)
Amazon DynamoDB: A Scalable, Predictably Performant, and Fully Managed NoSQL Database Service

Amazon DynamoDB is a scalable and fully managed NoSQL database service provided by Amazon.