Skip to content

Instantly share code, notes, and snippets.

@cbess
Last active April 26, 2019 01:59
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save cbess/5872144 to your computer and use it in GitHub Desktop.
Save cbess/5872144 to your computer and use it in GitHub Desktop.
Google LevelDB research
@cbess
Copy link
Author

cbess commented Jun 27, 2013

Benchmark (2011), compares LevelDB (revision 39) against SQLite3 (version 3.7.6.3) and Kyoto Cabinet's (version 1.2.67) TreeDB (a B+Tree based key-value store):
http://leveldb.googlecode.com/svn/trunk/doc/benchmark.html

Benchmark (2012), compares LevelDB version 1.5 (git rev dd0d562b4d4fbd07db6a44f9e221f8d368fee8e4), SQLite3 (version 3.7.7.1) and Kyoto Cabinet's (version 1.2.76) TreeDB (a B+Tree based key-value store), Berkeley DB 5.3.21, and OpenLDAP MDB (git rev 2e677bcb995b63d36461eea254f2134ebfe29da2)
http://symas.com/mdb/microbench/

Bottom line: LevelDB is >= Sqlite3 (performance-wise)

@cbess
Copy link
Author

cbess commented Jun 27, 2013

@cbess
Copy link
Author

cbess commented Jun 27, 2013

@cbess
Copy link
Author

cbess commented Jul 24, 2013

Sqlite as companion DB?

https://github.com/ccgus/fmdb

@cbess
Copy link
Author

cbess commented Aug 14, 2013

@cbess
Copy link
Author

cbess commented Aug 20, 2013

Taste of Riak: Python
http://docs.basho.com/riak/latest/dev/taste-of-riak/python/

Full-text search with Cocoa | Torsten Curdt's weblog
http://vafer.org/blog/20090107014544/

Modules · rvagg/node-levelup Wiki
https://github.com/rvagg/node-levelup/wiki/Modules

Browse by Keyword: "leveldb"
https://npmjs.org/browse/keyword/leveldb

whistlepig/test-search.c at master · wmorgan/whistlepig
https://github.com/wmorgan/whistlepig/blob/master/test-search.c

Class: Whistlepig::Query
http://masanjin.net/whistlepig/doc/Whistlepig/Query.html

CLucene - lightning fast C++ search engine
http://clucene.sourceforge.net/

MongoLab: MongoDB-as-a-Service (MongoDB hosting)
https://mongolab.com/welcome/

mongo-c-driver/src/bson.h at master · mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver/blob/master/src/bson.h

johnnyd/EJDBKit
https://github.com/johnnyd/EJDBKit

@cbess
Copy link
Author

cbess commented Aug 21, 2013

@cbess
Copy link
Author

cbess commented Aug 21, 2013

https://github.com/hillegass/BNRPersistence - Persistence layer for Tokyo Cabinet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment