Performance Comparison of Operations in the File System and in Embedded Key-Value Databases

1Citations
Citations of this article
2Readers
Mendeley users who have this article in their library.
Get full text

Abstract

A common scenario when developing local PC applications such as games, mobile apps, or presentation software is storing many small files or records as application data and needing to retrieve and manipulate those records with some unique ID. In this kind of scenario, a developer has the choice of simply saving the records as files with their unique ID as the filename or using an embedded on-disk key-value database. Many file systems have performance issues when handling large number of small files, but developers may want to avoid a dependency on an embedded database if it offers little benefit or has a detrimental effect on performance for their use case. Despite the need for benchmarks to enable informed answers to this design decision, little research has been done in this area. Our contribution is the comparison and analysis of the performance for the insert, update, get, and remove operations and the space efficiency of storing records as files vs. using key-value embedded databases including SQLite3, LevelDB, RocksDB, and Berkeley DB.

Cite

CITATION STYLE

APA

Hines, J., Cunningham, N., & Alférez, G. H. (2023). Performance Comparison of Operations in the File System and in Embedded Key-Value Databases. In Lecture Notes in Networks and Systems (Vol. 739 LNNS, pp. 386–400). Springer Science and Business Media Deutschland GmbH. https://doi.org/10.1007/978-3-031-37963-5_27

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free