vix.ing · top · new · best · stats · spec

Parallel Deferred Update Replication

2013/12/03 by Pacheco, Leandro, Daniele Sciascia, Sciascia, Daniele +2
Computer Science · #Distributed systems and fault tolerance #Advanced Data Storage Technologies #Distributed and Parallel Computing Systems

paper · pdf · doi:10.48550/arxiv.1312.0742

Abstract

Deferred update replication (DUR) is an established approach to implementing highly efficient and available storage. While the throughput of read-only transactions scales linearly with the number of deployed replicas in DUR, the throughput of update transactions experiences limited improvements as replicas are added. This paper presents Parallel Deferred Update Replication (P-DUR), a variation of classical DUR that scales both read-only and update transactions with the number of cores available in a replica. In addition to introducing the new approach, we describe its full implementation and compare its performance to classical DUR and to Berkeley DB, a well-known standalone database.

Citations

Related