DBScholar

Back to papers

SQL Statement Logging for Making SQLite Truly Lite

Summary: SQLite/SSL logs small SQL statements at commit, reducing write amplification for durable, fast transactions. Using WAL checkpoints and NVM-backed logs, it enables redo-only recovery and beats vanilla WAL and PPL by up to 300x IO-time. (summarized by gpt-5-nano on Feb 09 2026)

Paper ID
11949
Venue
VLDB
Year
2018
Pagerank
5.7974031e-05
Overall Rank
6,703 | 54.02%
DOI
10.1145/3164135.3164146

Incoming Non-self Citations Over Time

Authors

BibTeX Citation

@article{park_vldb18,
        title = {{SQL Statement Logging for Making SQLite Truly Lite}},
        author = {Park, Jong-Hyeok and Oh, Gihwan and Lee, Sang-Won},
        journal = {PVLDB},
        series = {{VLDB} '18},
        volume = {11},
        number = {4},
        pages = {513--525},
        doi = {10.1145/3164135.3164146},
        url = {https://doi.org/10.1145/3164135.3164146},
        year = {2018}
}

Incoming Citations (Sorted by Pagerank)

Showing 5 of 5 citing papers.

Previous Page 1 / 1 Next

Outgoing Citations (Sorted by Pagerank)

Showing 4 of 4 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