Abstract
Conflict-free replicated data types (CRDTs) aid programmers develop highly available and scalable distributed systems. However, the literature describes only a limited portfolio of conflict-free data types and implementing custom ones requires additional knowledge of replication and consistency techniques. As a result, programmers resort to ad hoc solutions which are error-prone and result in brittle systems. In this paper, we introduce strong eventually consistent replicated objects (SECROs), a general-purpose data type for building available data structures that guarantee strong eventual consistency (SEC) without restrictions on the operations. To evaluate our solution we compare a real-time collaborative text editor built atop SECROs with a state-of-the- art implementation that uses JSON CRDTs. This comparison quantifies various performance aspects. The results show that SECROs are truly general-purpose and memory efficient.
Original language | English |
---|---|
Title of host publication | 19th Intl. Conf. Distributed Applications and Interoperable Systems |
Subtitle of host publication | 19th IFIP WG 6.1 International Conference |
Editors | José Pereira, Laura Ricci |
Publisher | Springer |
Pages | 36-56 |
Number of pages | 21 |
Volume | 11534 |
ISBN (Electronic) | 978-3-030-22496-7 |
ISBN (Print) | 978-3-030-22495-0 |
DOIs | |
Publication status | Published - 2019 |
Event | IFIP WG 6.1 International Conference on Distributed Applications and Interoperable Systems (DAIS 2019) - Technical University of Denmark, Kongens Lyngby, Denmark Duration: 17 Jun 2019 → 21 Jun 2019 Conference number: 19 https://www.discotec.org/2019/dais |
Publication series
Name | Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics) |
---|---|
Volume | 11534 LNCS |
ISSN (Print) | 0302-9743 |
ISSN (Electronic) | 1611-3349 |
Conference
Conference | IFIP WG 6.1 International Conference on Distributed Applications and Interoperable Systems (DAIS 2019) |
---|---|
Abbreviated title | DAIS |
Country/Territory | Denmark |
City | Kongens Lyngby |
Period | 17/06/19 → 21/06/19 |
Internet address |
Keywords
- Distribution
- Eventual consistency
- Replicated data types