Write a Blog >>
Mon 24 Feb 2020 09:35 - 10:00 - Key Value Store (Mediterranean Ballroom) Chair(s): Milind Chabbi

Key-Value Stores (KVSs) came into prominence as highly-available, eventually consistent (EC), "NoSQL'' Databases, but have quickly transformed into general-purpose, programmable storage systems. Thus, EC, while relevant, is no longer sufficient. Complying with the emerging requirements for stronger consistency, researchers have proposed KVSs with multiple consistency levels (MCL) that expose the consistency/performance trade-off to the programmer. We argue that this approach falls short in both programmability and performance. For instance, the MCL APIs proposed thus far, fail to capture the ordering relationship between strongly- and weakly-consistent accesses that naturally occur in programs.

Taking inspiration from shared memory, we advocate Release Consistency (RC) for KVSs. We argue that RC’s one-sided barriers are ideal for capturing the ordering relationship between synchronization and non-synchronization accesses while enabling high-performance.

We present Kite, the first highly-available, replicated KVS that offers a linearizable variant of RC for the asynchronous setting with individual process and network failures. Kite enforces RC barriers through a novel fast/slow path mechanism that leverages the absence of failures in the typical case to maximize performance while relying on the slow path for progress. Our evaluation shows that the RDMA-enabled and heavily-multi-threaded Kite achieves orders of magnitude better performance than Derecho (a state-of-the-art RMDA-enabled state machine replication system) and significantly outperforms ZAB (the protocol at the heart of Zookeeper). We demonstrate the efficacy of Kite by porting three lock-free shared memory data structures, and showing that Kite outperforms the competition.

Mon 24 Feb

Displayed time zone: Tijuana, Baja California change

09:35 - 10:25
Key Value Store (Mediterranean Ballroom)Main Conference
Chair(s): Milind Chabbi Uber Technologies Inc.
09:35
25m
Talk
Kite: Efficient and Available Release Consistency for the Datacenter
Main Conference
Vasilis Gavrielatos University of Edinburgh, UK, Antonios Katsarakis University of Edinburgh, UK, Vijay Nagarajan University of Edinburgh, UK, Boris Grot University of Edinburgh, UK, Arpit Joshi Intel
10:00
25m
Talk
Oak: A Scalable Off-Heap Allocated Key-Value Map
Main Conference
Hagar Meir IBM Haifa Research Lab, Edward Bortnikov Yahoo Research, Anastasia Braginsky Yahoo Research, Dmitry Basin Yahoo Research, Yonatan Gottesman Yahoo Research, Eshcar Hillel Yahoo Research, Oath, Idit Keidar Technion - Israel institute of technology, Eran Meir Yahoo Research, Gali Sheffi Technion - Israel