@inproceedings{57ee8b300dd9428aace52f8fd033c27a,
title = "Solar: Towards a shared-everything database on distributed log-structured storage",
abstract = "Efficient transaction processing over large databases is a key requirement for many mission-critical applications. Though modern databases have achieved good performance through horizontal partitioning, their performance deteriorates when cross-partition distributed transactions have to be executed. This paper presents Solar, a distributed relational database system that has been successfully tested at a large commercial bank. The key features of Solar include: 1) a shared-everything architecture based on a two-layer log-structured merge-tree; 2) a new concurrency control algorithm that works with the log-structured storage, which ensures efficient and non-blocking transaction processing even when the storage layer is compacting data among nodes in the background; 3) fine-grained data access to effectively minimize and balance network communication within the cluster. According to our empirical evaluations on TPC-C, Smallbank and a real-world workload, Solar outperforms the existing shared-nothing systems by up to 50x when there are close to or more than 5% distributed transactions.",
author = "Tao Zhu and Zhuoyue Zhao and Feifei Li and Weining Qian and Aoying Zhou and Dong Xie and Ryan Stutsman and Haining Li and Huiqi Hu",
note = "Publisher Copyright: {\textcopyright} Proceedings of the 2018 USENIX Annual Technical Conference, USENIX ATC 2018. All rights reserved.; 2018 USENIX Annual Technical Conference, USENIX ATC 2018 ; Conference date: 11-07-2018 Through 13-07-2018",
year = "2020",
language = "English (US)",
series = "Proceedings of the 2018 USENIX Annual Technical Conference, USENIX ATC 2018",
publisher = "USENIX Association",
pages = "795--807",
booktitle = "Proceedings of the 2018 USENIX Annual Technical Conference, USENIX ATC 2018",
}