XIndex

Chuzhe Tang,Youyun Wang,Zhiyuan Dong,Gansen Hu,Zhaoguo Wang,Minjie Wang,Haibo Chen
DOI: https://doi.org/10.1145/3332466.3374547
2020-01-01
Abstract:We present XIndex, a concurrent ordered index designed for fast queries. Similar to a recent proposal of the learned index, XIndex uses learned models to optimize index efficiency. Comparing with the learned index, XIndex is able to effectively handle concurrent writes without affecting the query performance by leveraging fine-grained synchronization and a new compaction scheme, Two-Phase Compaction. Furthermore, XIndex adapts its structure according to run-time workload characteristics to support dynamic workload. We demonstrate the advantages of XIndex with both YCSB and TPC-C (KV), a TPC-C variant for key-value stores. XIndex achieves up to 3.2X and 4.4X performance improvement comparing with Masstree and Wormhole, respectively, on a 24-core machine, and it is open-sourced1.
What problem does this paper attempt to address?