Comparison of Eager and Quorum-based Replication in a Cloud Environment

Authors
Alexander Stiemer, Ilir Fetai and Heiko Schuldt
Type
In Proceedings
Date
2015/10
Appears in
Proceedings of the 2015 IEEE International Conference on Big Data (Big Data 2015)
Location
Santa Clara, CA, USA
Publisher
IEEE Computer Society
Pages
1738 – 1748
Abstract

Most applications deployed in a Cloud require a high degree of availability. For the data layer, this means that data have to be replicated either within a data center or across Cloud data centers. While replication also allows to increase the performance of applications if data is read as the load can be distributed across replica sites, updates need special coordination among the sites and may have an adverse effect on the overall performance. The actual effects of data replication depend on the replication protocol used. While ROWAA (readone-write-all-available) prefers read operations, quorum-based replication protocols tend to prefer write operations as not all replica sites need to be updated synchronously.

In this paper, we provide a detailed evaluation of ROWAA and quorum-based replication protocols in an amazon AWS Cloud environment on the basis of the TPC-C benchmark and different transaction mixes. The evaluation results for single data center and multi data center environments show that in general the influence of transaction coordination significantly grows with the number of update sites and a growing number of update transactions. However, not all quorum-based protocols are well suited for high update loads as they may create a hot spot that again significantly impacts performance.

Comments

Presented at: 3rd International Workshop on Scalable Cloud Data Management (SCDM 2015)