File Download

There are no files associated with this item.

  • Find it @ UNIST can give you direct access to the published full text of this article. (UNISTARs only)
Related Researcher

남범석

Nam, Beomseok
Read More

Views & Downloads

Detailed Information

Cited time in webofscience Cited time in scopus
Metadata Downloads

Resolving Journaling of Journal Anomaly in Android I/O: Multi-Version B-tree with Lazy Split

Author(s)
Kim, Wook-HeeNam, BeomseokPark, DongilWon, Youjip
Issued Date
2014-02
URI
https://scholarworks.unist.ac.kr/handle/201301/32833
Citation
USENIX Conference on File and Storage Technologies
Abstract
Misaligned interaction between SQLite and EXT4 of the Android I/O stack yields excessive random writes. In this work, we developed multi-version B-tree with lazy split (LS-MVBT) to effectively address the Journaling of Journal anomaly in Android I/O. LS-MVBT is carefully crafted to minimize the write traffic caused by fsync() call of SQLite. The contribution of LS-MVBT consists of two key elements: (i) Multi-version B-tree effectively reduces “the number of fsync() calls” via weaving the crash recovery information within the database itself instead of maintaining a separate file, and (ii) it significantly reduces “the number of dirty pages to be synchronized in a single fsync() call” via optimizing the multi-version B-tree for Android I/O. The optimization of multi-version B-tree consists of three elements: lazy split, metadata embedding, and disabling sibling redistribution.
We implemented LS-MVBT in Samsung Galaxy
S4 with Android 4.3 Jelly Bean. The results are impressive.
For SQLite, the LS-MVBT exhibits 70% (704
insertions/sec vs. 416 insertions/sec), and 1,220% performance
improvement against WAL mode and TRUNCATE
mode (704 insertions/sec vs. 55 insertions/sec),
respectively.
Publisher
USENIX

qrcode

Items in Repository are protected by copyright, with all rights reserved, unless otherwise indicated.