LevelDB: Google's Fast Persistent Key-Value Store Library
Google open sourced a while ago LevelDB , a C++ library that provides an ordered mapping key-value storage. LevelDB performance convinced Basho guys to experiment with adding LevelDB as a storage engine for Riak . And there's also a benchmark comparing LevelDB with SQLite and Kyoto Cabinet.
tags:Riak
via NoSQL databases
Post a Comment