@inproceedings{d6229eb953c748bda2a767b51335185b,
title = "Gryff: Unifying consensus and shared registers",
abstract = "Linearizability reduces the complexity of building correct applications. However, there is a tradeoff between using linearizability for geo-replicated storage and low tail latency. Traditional approaches use consensus to implement linearizable replicated state machines, but consensus is inefficient for workloads composed mostly of reads and writes. We present the design, implementation, and evaluation of Gryff, a system that offers linearizability and low tail latency by unifying consensus with shared registers. Gryff introduces carstamps to correctly order reads and writes without incurring unnecessary constraints that are required when ordering stronger synchronization primitives. Our evaluation shows that Gryff's combination of an optimized shared register protocol with EPaxos allows it to provide lower service-level latency than EPaxos or MultiPaxos due to its much lower tail latency for reads.",
author = "Matthew Burke and Audrey Cheng and Wyatt Lloyd",
note = "Publisher Copyright: {\textcopyright} Proc. of the 17th USENIX Symposium on Networked Systems Design and Impl., NSDI 2020. All rights reserved.; 17th USENIX Symposium on Networked Systems Design and Implementation, NSDI 2020 ; Conference date: 25-02-2020 Through 27-02-2020",
year = "2020",
language = "English (US)",
series = "Proceedings of the 17th USENIX Symposium on Networked Systems Design and Implementation, NSDI 2020",
publisher = "USENIX Association",
pages = "591--617",
booktitle = "Proceedings of the 17th USENIX Symposium on Networked Systems Design and Implementation, NSDI 2020",
}