activity
20172021
most citedReconfigurable Atomic Transaction Commit (Extended Version)

5 citations · 7 across the 6 of their papers we have counts for

collaborators

13 papers

cs.DC20211 cited

UniStore: A fault-tolerant marriage of causal and strong consistency (extended version)

Manuel Bravo, Alexey Gotsman, Borja de Régil +1

Modern online services rely on data stores that replicate their data across geographically distributed data centers. Providing strong consistency in such data stores results in hig…

cs.DC2021

Efficient Replication via Timestamp Stability (Extended Version)

Vitor Enes, Carlos Baquero, Alexey Gotsman +1

Modern web applications replicate their data across the globe and require strong consistency guarantees for their most critical data. These guarantees are usually provided via stat…

cs.DC2020

Making Byzantine Consensus Live (Extended Version)

Manuel Bravo, Gregory Chockler, Alexey Gotsman

Partially synchronous Byzantine consensus protocols typically structure their execution into a sequence of views, each with a designated leader process. The key to guaranteeing liv…

cs.DC2020

State-Machine Replication for Planet-Scale Systems (Extended Version)

Vitor Enes, Carlos Baquero, Tuanir França Rezende +3

Online applications now routinely replicate their data at multiple sites around the world. In this paper we present Atlas, the first state-machine replication protocol tailored for…

cs.DC2019

Privatization-Safe Transactional Memories (Extended Version)

Artem Khyzha, Hagit Attiya, Alexey Gotsman

Transactional memory (TM) facilitates the development of concurrent applications by letting the programmer designate certain code blocks as atomic. Programmers using a TM often wou…

cs.DC20195 cited

Reconfigurable Atomic Transaction Commit (Extended Version)

Manuel Bravo, Alexey Gotsman

Modern data stores achieve scalability by partitioning data into shards and fault-tolerance by replicating each shard across several servers. A key component of such systems is a T…