nosql oltp benchmarking: a survey - dmc 2014dmc.informatik.uni-stuttgart.de/ws2doc/dmc2014... ·...

47
Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion NoSQL OLTP Benchmarking: A Survey DMC 2014 Steffen Friedrich, Wolfram Wingerath, Felix Gessert, Norbert Ritter University of Hamburg Department of Informatics Databases and Information Systems September 22 nd , 2014 Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 1/24

Upload: dinhtram

Post on 20-Apr-2018

224 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

NoSQL OLTP

Benchmarking: A SurveyDMC 2014

Steffen Friedrich, Wolfram Wingerath, Felix Gessert,

Norbert Ritter

University of Hamburg

Department of Informatics

Databases and Information Systems

September 22nd, 2014

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 1/24

Page 2: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

1 Introduction

2 Existing Benchmarks

3 NoSQLMark

4 Future Prospects

5 References

6 Discussion

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 2/24

Page 3: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

How to Compare Databases

by specification

docs are incomplete

docs are wrong

design?→ performance

Through Benchmarking

general-purpose: widely applicable

application-specific: arguably more meaningful

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 3/24

Page 4: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

YCSB [CST+10]A Solid Foundation

Command line properties

• DB to use

• Workload to use

• Target throughput

• Number of threads

• ...

Workload file

• Read /write mix

• Record size

• Popularity

distribution

• ...

YCSB Client

Work

load

Exe

cuto

r

Stats DB

Inte

rface

La

yer

Client

Threads

Create

Read

Update

Delete

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 4/24

Page 5: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

Dimensionsof Interest

latency and throughput

availability

direct

steady-state

consistency

staleness (version-based, time-based)

ordering guarantees

durability

transactions

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 5/24

Page 6: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

ConsistencyStaleness [RGA+ 12]

w(x0) r(x0)

W(X 1) r(x1)

w(x2)

max inconsistency window Δ= max(χ1, χ2)

χ1

χ2

time

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 6/24

Page 7: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

ConsistencyOrdering Guarantees

data-centric

linearisability

eventual consistency

causal consistency

. . .

client-centric

monotonic read

monotonic write

write follows read

read your writes

. . .

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 7/24

Page 8: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

Existing Benchmarks

2 Existing Benchmarks

Wada et al. [WFZ+11]

Bermbach et al. [BT11, BT14, Ber14]

YCSB++ [PPR+11]

Wrap-Up

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 8/24

Page 9: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

Wada et al. [WFZ+11]Simple Consistency Measurement

Reader

Writer

read tw=2, tr=5

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 9/24

Page 10: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

Wada et al. [WFZ+11]Simple Consistency Measurement

Reader

Writer

read tw=2, tr=5

read tw=3, tr=6

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 9/24

Page 11: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

Wada et al. [WFZ+11]Simple Consistency Measurement

Reader

Writer

read tw=2, tr=5

read tw=3, tr=6

staleness => 5 3 = 2

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 9/24

Page 12: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

Wada et al. [WFZ+11]Simple Consistency Measurement

Reader

Writer

read tw=2, tr=5

read tw=3, tr=6

simplistic

workload !

only one node => sticky sessions

two nodes => clock drift

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 9/24

Page 13: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

Bermbach et al. [BT11, BT14, Ber14]Distributed Readers

YCSB

Reader 1

Reader 2

Writer

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 10/24

Page 14: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

Bermbach et al. [BT11, BT14, Ber14]Distributed Readers

YCSB

Reader 1

Reader 2

Writer

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 10/24

Page 15: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

Bermbach et al. [BT11, BT14, Ber14]Distributed Readers

YCSB

Reader 1

Reader 2

Writer

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 10/24

Page 16: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

Bermbach et al. [BT11, BT14, Ber14]Distributed Readers

YCSB

Reader 1

Reader 2

Writer

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 10/24

Page 17: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

Bermbach et al. [BT11, BT14, Ber14]Distributed Readers

YCSB

Reader 1

Reader 2

Writer

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 10/24

Page 18: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

Bermbach et al. [BT11, BT14, Ber14]Distributed Readers

YCSB

Reader 1

Reader 2

Writer

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 10/24

Page 19: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

Bermbach et al. [BT11, BT14, Ber14]Distributed Readers

YCSB

Reader 1

Reader 2

Writer

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 10/24

Page 20: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

Bermbach et al. [BT11, BT14, Ber14]Distributed Readers

YCSB

Reader 1

Reader 2

Writer

staleness: 8 3 = 5

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 10/24

Page 21: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

Bermbach et al. [BT11, BT14, Ber14]Distributed Readers

YCSB

Reader 1

Reader 2

Writer

staleness: 16 3 = 13

clock drift = 10

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 10/24

Page 22: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

Bermbach et al. [BT11, BT14, Ber14]Distributed Readers

YCSB

Reader 1

Reader 2

Writer

staleness: 16 3 = 13

clock drift = 10

disrupted

YCSB

workload

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 10/24

Page 23: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

YCSB++ [PPR+11]

YCSB++

Writer

YCSB++

Reader

Zookeeper

x

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 11/24

Page 24: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

YCSB++ [PPR+11]

YCSB++

Writer

YCSB++

Reader

Zookeeper

x

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 11/24

Page 25: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

YCSB++ [PPR+11]

YCSB++

Writer

YCSB++

Reader

Zookeeper

x

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 11/24

Page 26: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

YCSB++ [PPR+11]

YCSB++

Writer

YCSB++

Reader

Zookeeper

x

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 11/24

Page 27: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

YCSB++ [PPR+11]

YCSB++

Writer

YCSB++

Reader

Zookeeper

x

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 11/24

Page 28: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

YCSB++ [PPR+11]

YCSB++

Writer

YCSB++

Reader

possibly consistent between 7 and 10

but lower bound: 6 5 = 1

Zookeeper

x

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 11/24

Page 29: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

YCSB++ [PPR+11]

YCSB++

Writer

YCSB++

Reader

possibly consistent between 7 and 10

but lower bound: 6 5 = 1

YCSB++ (no lower/upper bound): 11 - 5 = 6

Zookeeper

x

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 11/24

Page 30: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

YCSB++ [PPR+11]

YCSB++

Writer

YCSB++

Reader

possibly consistent between 7 and 10

but lower bound: 6 5 = 1

YCSB++ (no lower/upper bound): 11 - 5 = 6

runs normal

workload

Zookeeper

x

only inserts

network latency,

even if writer and reader

on same node

disrupted

YCSB

workload

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 11/24

Page 31: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

YCSB++ [PPR+11]Possible Improvements

YCSB++

Writer

YCSB++

Reader

Zookeeper

x

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 11/24

Page 32: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

YCSB++ [PPR+11]Possible Improvements

YCSB++

Writer

YCSB++

Reader

1. subscribe for x

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 11/24

Page 33: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

YCSB++ [PPR+11]Possible Improvements

YCSB++

Writer

YCSB++

Reader

1. subscribe for x

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 11/24

Page 34: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

YCSB++ [PPR+11]Possible Improvements

YCSB++

Writer

YCSB++

Reader

1. subscribe for x

lower bound: 6 5 = 1

upper bound: 13 - 2 = 11

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 11/24

Page 35: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

Wrap-UpDifficulties in Comparing NoSQL Datastores

distribution of both tested system and testenvironment

what time is it?

system state?

. . .

apples and oranges

sweet spots

consistency models

durability guarantees

sharding and replication strategies

. . .

Measurement schemes

metrics?

when and where?

observer effect: disruptive workloads ↔ precision

draw conclusions

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 12/24

Page 36: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

NoSQLMark

embedded pub-sub: reduced network communication

configurable disruption: proportion, frequency etc.

of consistency reads are tunable

unified workload: no separation between workload

and consistency measurement operations

lower and upper bounds for staleness

experimental verification through a single-node

datastore featuring controllable anomalies

(to-be-published separately)

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 13/24

Page 37: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

Future Prospects

4 Future Prospects

Robustness & Availability

Specificity

Staleness Prediction

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 14/24

Page 38: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

Robustness & AvailabilityFasten Your Seat Belts!

system performance and availability under node,

network and other failures

→ Under Pressure Benchmark (UPB) [FMA+13]

→ Thumbtack YCSB [NE13, Eng13]

additional failure scenarios such as partitions →MUST READ: Jepsen blog series

(http://aphyr.com/tags/jepsen)!

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 15/24

Page 39: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

Specificity

account for richer data models

application-specific workloads

→ BG Benchmark [BG13]

less disruptive workloads

→ HP Labs [RGA+12, GLS11]

additional features such as bulk loading

→ YCSB++

or multi-key transactions

→ YCSB+T [DFNR14])

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 16/24

Page 40: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

Staleness Prediction

Probabilistically Bounded Staleness (PBS) [BVF+12]

Dynamo-style systems only

version- and time-based staleness

→ monotonic read consistency

. . . coming soon: probabilistic staleness prediction

of arbitrary caching strategies on top of arbitrary

database topologies with YMCA (YCSB Monte

Carlo Caching Simulator)

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 17/24

Page 41: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

References I

Bermbach, David:

Benchmarking Eventually Consistent Distributed Storage Systems.

Karlsruhe, KIT, Fakultät für Wirtschaftswissenschaften, Phdthesis,

2014

Barahmand, Sumita ; Ghandeharizadeh, Shahram:

BG: A Benchmark to Evaluate Interactive Social Networking Actions.

In: CIDR, 2013

Bermbach, David ; Tai, Stefan:

Eventual Consistency: How Soon is Eventual? An Evaluation of

Amazon S3’s Consistency Behavior.

In: Proceedings of the 6th Workshop on Middleware for Service

Oriented Computing.

New York, NY, USA : ACM, 2011 (MW4SOC ’11). –

ISBN 978–1–4503–1067–3, 1:1–1:6

Bermbach, David ; Tai, Stefan:

Benchmarking Eventual Consistency: Lessons Learned from

Long-Term Experimental Studies.

In: Proceedings of the 2nd IEEE International Conference on Cloud

Engineering (IC2E), IEEE, 2014. –

Best Paper Runner Up Award

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 18/24

Page 42: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

References II

Bailis, Peter ; Venkataraman, Shivaram ; Franklin, Michael J. ;

Hellerstein, Joseph M. ; Stoica, Ion:

Probabilistically bounded staleness for practical partial quorums.

In: Proc. VLDB Endow. 5 (2012), April, Nr. 8, 776–787.

http://dl.acm.org/citation.cfm?id=2212351.2212359. –ISSN 2150–8097

Cooper, Brian F. ; Silberstein, Adam ; Tam, Erwin ; Ramakrishnan,

Raghu ; Sears, Russell:

Benchmarking cloud serving systems with YCSB.

In: Proceedings of the 1st ACM symposium on Cloud computing.

New York, NY, USA : ACM, 2010 (SoCC ’10). –

ISBN 978–1–4503–0036–0, 143–154

Dey, Akon ; Fekete, Alan ; Nambiar, Raghunath ; Röhm, Uwe:

YCSB+T: Benchmarking Web-scale Transactional Databases.

In: Proceedings of International Workshop on Cloud Data

Management (CloudDB’14).

Chicago, USA, 2014

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 19/24

Page 43: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

References III

Engber, Ben:

How to Compare NoSQL Databases: Determining True Performance

and Recoverability Metrics For Real-World Use Cases.

Presentation at NoSQL matters 2013.

http://vimeo.com/67121987.Version: 2013

Fior, Alessandro G. ; Meira, Jorge A. ; Almeida, Eduardo C. ; Coelho,

Ricardo G. ; Fabro, Marcos Didonet D. ; Traon, Yves L.:

Under Pressure Benchmark for DDBMS Availability.

In: JIDM 4 (2013), Nr. 3, 266-278.

http://dblp.uni-trier.de/db/journals/jidm/jidm4.html#FiorMACFT13

Golab, Wojciech ; Li, Xiaozhou ; Shah, Mehul A.:

Analyzing Consistency Properties for Fun and Profit.

In: Proceedings of the 30th Annual ACM SIGACT-SIGOPS

Symposium on Principles of Distributed Computing.

New York, NY, USA : ACM, 2011 (PODC ’11). –

ISBN 978–1–4503–0719–2, 197–206

Nelubin, Denis ; Engber, Ben:

NoSQL Failover Characteristics: Aerospike, Cassandra, Couchbase,

MongoDB.

(2013)Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 20/24

Page 44: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

References IV

Patil, Swapnil ; Polte, Milo ; Ren, Kai ; Tantisiriroj, Wittawat ; Xiao,

Lin ; López, Julio ; Gibson, Garth ; Fuchs, Adam ; Rinaldi, Billie:

YCSB++: benchmarking and performance debugging advanced features

in scalable table stores.

In: Proceedings of the 2nd ACM Symposium on Cloud Computing.

New York, NY, USA : ACM, 2011 (SOCC ’11). –

ISBN 978–1–4503–0976–9, 9:1–9:14

Rahman, Muntasir R. ; Golab, Wojciech ; AuYoung, Alvin ; Keeton,

Kimberly ; Wylie, Jay J.:

Toward a Principled Framework for Benchmarking Consistency.

In: Proceedings of the Eighth USENIX Conference on Hot Topics in

System Dependability.

Berkeley, CA, USA : USENIX Association, 2012 (HotDep’12), 8–8

Shute, Jeff ; Vingralek, Radek ; Samwel, Bart ; Handy, Ben ; Whipkey,

Chad ; Rollins, Eric ; Oancea, Mircea ; Littlefield, Kyle ; Menestrina,

David ; Ellner, Stephan ; Cieslewicz, John ; Rae, Ian ; Stancescu, Traian ;

Apte, Himani:

F1: A Distributed SQL Database That Scales.

In: VLDB, 2013

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 21/24

Page 45: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

References V

Wada, Hiroshi ; Fekete, Alan ; Zhao, Liang ; Lee, Kevin ; Liu, Anna:

Data Consistency Properties and the Trade-offs in Commercial Cloud

Storage: the Consumers’ Perspective.

In: CIDR’11, 2011, S. 134–143

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 22/24

Page 46: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

Questions?

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 23/24

Page 47: NoSQL OLTP Benchmarking: A Survey - DMC 2014dmc.informatik.uni-stuttgart.de/ws2doc/DMC2014... · NoSQL OLTP Benchmarking: A Survey DMC 2014 ... Carlo Caching Simulator) Friedrich,

Introduction Existing Benchmarks NoSQLMark Future Prospects References Discussion

Friedrich, Wingerath, Gessert, Ritter | NoSQL OLTP Benchmarking: A Survey 24/24