DiscoverSciences du logiciel - Xavier LeroySéminaire - KC Sivaramakrishnan : Mergeable Replicated Data Types
Séminaire - KC Sivaramakrishnan : Mergeable Replicated Data Types

Séminaire - KC Sivaramakrishnan : Mergeable Replicated Data Types

Update: 2023-04-07
Share

Description

Xavier Leroy

Collège de France

Science du logiciel

Année 2022-2023

Structures de données persistantes

Séminaire - KC Sivaramakrishnan : Mergeable Replicated Data Types

Replicated data types (RDTs) are specialised data structures that allow for concurrent modification of multiple replicas, even when they are geographically dispersed, without requiring coordination between them. However, constructing efficient and correct RDTs is challenging due to the complexity involved in reasoning about independently evolving states of replicas and resolving conflicts between them.

In this talk, I will introduce Mergeable Replicated Data Types (MRDTs), a practical approach to constructing and verifying RDTs that is both efficient and correct. MRDTs build on the concept of a distributed version control system like Git, but extend it to arbitrary data types rather than just files. The key idea is to make sequential data types suitable for distribution by equipping them with a three-way merge function that reconciles conflicting versions. I will discuss how this merge function captures the complexities of distribution, simplifying both implementation and verification. Furthermore, I will discuss the critical role played by persistent data structures in MRDTs, as well as the inherent trade-off between persistence and efficiency in distributed data stores.

Comments 
In Channel
loading
00:00
00:00
x

0.5x

0.8x

1.0x

1.25x

1.5x

2.0x

3.0x

Sleep Timer

Off

End of Episode

5 Minutes

10 Minutes

15 Minutes

30 Minutes

45 Minutes

60 Minutes

120 Minutes

Séminaire - KC Sivaramakrishnan : Mergeable Replicated Data Types

Séminaire - KC Sivaramakrishnan : Mergeable Replicated Data Types

Xavier Leroy