Memory-Centric Data Storage for Mobile Systems

ATC (USENIX Annual Technical Conference) |

Published by USENIX

Current data storage on smartphones mostly inherits from desktop/server systems a flash-centric design: The memory (DRAM) effectively acts as an I/O cache for the relatively slow flash. To improve both app responsiveness and energy efficiency, this paper proposes MobiFS, a memory-centric design for smartphone data storage. This design no longer exercises cache writeback at short fixed periods or on file synchronization calls. Instead, it incrementally checkpoints app data into flash at appropriate times, as calculated by a set of app/user-adaptive policies. MobiFS also introduces transactions into the cache to guarantee data consistency. This design trades off data staleness for better app responsiveness and energy efficiency, in a quantitative manner. Evaluations show that MobiFS achieves 18.8 × higher write throughput and 11.2× more database transactions per second than the default Ext4 filesystem in Android. Popular realworld apps show improvements in response time and energy consumption by 51.6% and 35.8% on average, respectively.