| 
View
 

Scalable SQL and NoSQL data stores

Page history last edited by Nathan T Suver 4 years, 6 months ago

Abstract

In this paper, we examine a number of SQL and socalled "NoSQL" data stores designed to scale simple OLTP-style application loads over many servers. Originally motivated by Web 2.0 applications, these systems are designed to scale to thousands or millions of users doing updates as well as reads, in contrast to traditional DBMSs and data warehouses. We contrast the new systems on their data model, consistency mechanisms, storage mechanisms, durability guarantees, availability, query support, and other dimensions. These systems typically sacrifice some of these dimensions, e.g. database-wide transaction consistency, in order to achieve others, e.g. higher availability and scalability.

 

Biblio:

Rick Cattell, Scalable SQL and NoSQL data stores, ACM SIGMOD Record, v.39 n.4, December 2010

 

 

Comments (0)

You don't have permission to comment on this page.