DocumentCode
3708691
Title
MemcacheDB persistent implementation using LevelDB
Author
Gabrielle Wicesawati Poerwawinata;Achmad Imam Kistijantoro
Author_Institution
Informatics Engineering, School of Electrical Engineering and Informatics, ITB, Bandung, Indonesia
fYear
2015
Firstpage
283
Lastpage
287
Abstract
Memcached is a data caching system which well known as in-memory database that provide faster data access compare with on-disk database. Persistency support in Memcached can be built by unification between Memcached as in-memory database and BerkeleyDB as the persistency backend store. However, MemcacheDB had lower performance compare to Memcached, due to the persistency overhead. This paper explored how to improving MemcachedDB performance by replacing BerkeleyDB with LevelDB, which had better performance than BerkeleyDB. The results on this research showed that the use LevelDB on MemcacheDB produced more capable operations than BerkeleyDB for either random or sequential data.
Keywords
"Servers","Indexes","Writing","Benchmark testing","Resource management"
Publisher
ieee
Conference_Titel
Electrical Engineering and Informatics (ICEEI), 2015 International Conference on
Print_ISBN
978-1-4673-6778-3
Electronic_ISBN
2155-6830
Type
conf
DOI
10.1109/ICEEI.2015.7352511
Filename
7352511
Link To Document