DBScholar

Back to papers

LSM-Raft: Optimizing Raft for LSM-tree Store

Summary: LSM-Raft models the replicated Raft log as elements—atomic entries or compacted SSTables—aligning log semantics with LSM-trees to eliminate follower-side transmission and duplicate compaction. It generalizes Raft safety (TLA+ verified) and uses cost-aware sync to swap delayed entries for SSTables, boosting throughput and reducing resource use in high-ingest, compaction-heavy workloads. (summarized by gpt-5-mini on Feb 11 2026)

Paper ID
7591
Venue
SIGMOD
Year
2026
Pagerank
5.093636e-05
Overall Rank
10,383 | 28.77%
DOI
10.1145/3769805

Incoming Non-self Citations Over Time

No non-self incoming citations found for this paper in this database.

Authors

BibTeX Citation

@inproceedings{zhang_sigmod26,
        title = {{LSM-Raft: Optimizing Raft for LSM-tree Store}},
        author = {Zhang, Xiaojian and Tan, Xinyu and Song, Shaoxu and Huang, Xiangdong and Wang, Jianmin},
        series = {{SIGMOD} '26},
        booktitle = {Proceedings of the {ACM} {SIGMOD} International Conference on Management of Data},
        publisher = {Association for Computing Machinery},
        doi = {10.1145/3769805},
        url = {https://dl.acm.org/doi/10.1145/3769805},
        year = {2026}
}

Incoming Citations (Sorted by Pagerank)

Showing 0 of 0 citing papers.

Rank Citing Paper Year Venue Pagerank
Previous Page 1 / 1 Next

Outgoing Citations (Sorted by Pagerank)

Showing 7 of 7 cited papers.

Citations counted here include only citations to other VLDB/SIGMOD/CIDR/PODS papers in this database.

Previous Page 1 / 1 Next

Semantically Similar Papers