Skip to search formSkip to main contentSkip to account menu

LevelDB

LevelDB is an open source on-disk key-value store written by Google fellows Jeffrey Dean and Sanjay Ghemawat. Inspired by Bigtable, LevelDB is hosted… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2017
2017
  • 2017
  • Corpus ID: 37431448
There is an unprecedented growth in the amount of unstructured data. Therefore, key-value object storage is becoming extremely… 
2017
2017
Key-value store, a kind of NoSQL database, is data storage system for storing and retrieving key-value pairs using unique keys… 
2016
2016
Distributed database systems have become increasingly popular in the past years and are used widely throughout the information… 
2016
2016
Modern Non-Volatile Memory (NVM) promises persistence, byte-addressability and DRAM-like read and write latency, which offers… 
2016
2016
LSM-tree has been widely used in cloud computing systems by Google, Facebook, and Amazon, to achieve high performance for write… 
2015
2015
Memcached is a data caching system which well known as in-memory database that provide faster data access compare with on-disk… 
2014
2014
Traditional file systems have some shortages in storing small files, such as randomness of data layout, waste of disk space and… 
2013
2013
Modern computer architectures provide high performance computing capability by having multiple CPU cores. Such systems are also… 
2012
2012
Consistency preservation of replicated data is a critical aspect for distributed databaseswhich are strongly consistent. Further…