Concepedia

Publication | Closed Access

Scalable SQL and NoSQL data stores

1.3K

Citations

5

References

2011

Year

TLDR

Web 2.0 applications motivated the design of SQL and NoSQL data stores that scale to millions of users performing updates and reads, sacrificing database‑wide transaction consistency to achieve higher availability and scalability compared to traditional DBMSs and data warehouses. The study examines a range of SQL and NoSQL data stores that aim to scale simple OLTP‑style application loads across many servers. The authors compare these systems across dimensions such as data model, consistency, storage, durability, availability, and query support.

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.

References

YearCitations

Page 1