SQLite Optimization with Phase Change Memory for Mobile Applications
Summary: Introduces per-page logging (PPL) for mobile SQLite, using PCM as a byte-addressable persistent log. Replaces frequent small page writes with compact PCM logs per page, preserving atomicity and durability, and promising large autocommit performance gains. (summarized by gpt-5-nano on Feb 09 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Gihwan Oh (Sungkyunkwan University)
- 2. Sangchul Kim (Seoul National University)
- 3. Sang-Won Lee (Sungkyunkwan University)
- 4. Bongki Moon (Seoul National University)
BibTeX Citation
@article{oh_vldb15,
title = {{SQLite Optimization with Phase Change Memory for Mobile Applications}},
author = {Oh, Gihwan and Kim, Sangchul and Lee, Sang-Won and Moon, Bongki},
journal = {PVLDB},
series = {{VLDB} '15},
volume = {8},
number = {12},
doi = {10.14778/2824032.2824044},
url = {https://doi.org/10.14778/2824032.2824044},
year = {2015}
}
Incoming Citations (Sorted by Pagerank)
Showing 4 of 4 citing papers.
| Rank | Citing Paper | Year | Venue | Pagerank |
|---|---|---|---|---|
| 1,480 | Write-Behind Logging | 2017 | VLDB | 0.00010649376 |
| 6,703 | SQL Statement Logging for Making SQLite Truly Lite | 2018 | VLDB | 5.7974031e-05 |
| 8,264 | DASH: Database Shadowing for Mobile DBMS | 2019 | VLDB | 5.4574671e-05 |
| 11,575 | In-Page Shadowing and Two-Version Timestamp Ordering for Mobile DBMSs | 2022 | VLDB | 5.093636e-05 |
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.
| Rank | Cited Paper | Year | Venue | Pagerank |
|---|---|---|---|---|
| 488 | Design of Flash-Based DBMS: An In-Page Logging Approach | 2007 | SIGMOD | 0.00017615543 |
| 603 | Scalable Logging through Emerging Non-Volatile Memory | 2014 | VLDB | 0.00015853456 |
| 2,338 | NVRAM-aware Logging in Transaction Systems | 2015 | VLDB | 8.7254375e-05 |
| 5,531 | X-FTL: Transactional FTL for SQLite Databases | 2013 | SIGMOD | 6.1851294e-05 |
Previous
Page 1 / 1
Next
Semantically Similar Papers
| # | Overall Rank | Paper | Year | Venue |
|---|---|---|---|---|
| 1 | 4,647 | Memory Management Techniques for Large-Scale Persistent-Main-Memory Systems | 2017 | VLDB |
| 2 | 10,659 | Boosting OLTP Performance with Per-Page Logging on NVDIMM | 2025 | SIGMOD |
| 3 | 8,264 | DASH: Database Shadowing for Mobile DBMS | 2019 | VLDB |
| 4 | 5,531 | X-FTL: Transactional FTL for SQLite Databases | 2013 | SIGMOD |
| 5 | 488 | Design of Flash-Based DBMS: An In-Page Logging Approach | 2007 | SIGMOD |
| 6 | 4,893 | Page-Differential Logging: An Efficient and DBMS-Independent Approach for Storing Data into Flash Memory | 2010 | SIGMOD |
| 7 | 658 | Rethinking Database Algorithms for Phase Change Memory | 2011 | CIDR |
| 8 | 11,575 | In-Page Shadowing and Two-Version Timestamp Ordering for Mobile DBMSs | 2022 | VLDB |
| 9 | 12,458 | Adaptive Logging for Mobile Device | 2010 | VLDB |
| 10 | 6,703 | SQL Statement Logging for Making SQLite Truly Lite | 2018 | VLDB |