DocumentCode
652870
Title
A Scalable Conflict-Free Replicated Set Data Type
Author
Deftu, A. ; Griebsch, Jan
fYear
2013
fDate
8-11 July 2013
Firstpage
186
Lastpage
195
Abstract
Replication of state is the fundamental approach to achieve scalability and availability. In order to maintain or restore replica consistency under updates, some form of synchronization is needed. Conflict-free Replicated Data Types (CRDTs) ensure eventual consistency, such that replicas converge to a common state, equivalent to a correct sequential execution without foreground synchronization. A particular CRDT is the set data type, which is a pervasive abstraction for storing collections of unique elements and constitutes an important building block for other, more complex data structures. Since the original specification is not scalable, we improve it by introducing an efficient algorithm for sending deltas of updates between replicas and by partitioning a set replica into disjunctive subsets. We further add support for limited-lifetime elements, which, in turn, enable simple garbage collection strategies to address the problem of unbounded database growth. Lastly, implementation details and evaluation results of a client library for this data structure are presented.
Keywords
data structures; replicated databases; synchronisation; data availability; data scalability; data structures; scalable conflict-free replicated set data type; synchronization; Data structures; Distributed databases; Payloads; Radiation detectors; Scalability; Synchronization; Vectors; data replication; distributed systems; eventual consistency;
fLanguage
English
Publisher
ieee
Conference_Titel
Distributed Computing Systems (ICDCS), 2013 IEEE 33rd International Conference on
Conference_Location
Philadelphia, PA
ISSN
1063-6927
Type
conf
DOI
10.1109/ICDCS.2013.10
Filename
6681588
Link To Document