Some databases

published Jun 20, 2013 02:45   by admin ( last modified Jun 20, 2013 03:16 )

Notes to self.

Tokutek


Tokutek is MongoDB but allegedly with better performance for indexing and some other stuff

The direct benefits include high-performance indexing, strong compression, and performance stability – in other words, the performance stays high, even when data is larger than RAM

 

Read more: Link - Better MongoDB Performance | Tokutek

Hyperleveldb - a faster version of leveldb

Inside HyperLevelDB :: Hacking, Distributed

Ardb

Ardb, uses Redis protocol for accessing some fast databases, mostly leveldb.

Ardb is a BSD licensed, redis-protocol compatible persistent storage server, it support different storage engines. Currently LevelDB/KyotoCabinet/LMDB are supported, but only LevelDB engine is well tested.
 

KDr2/redis

Another one that does the same for leveldb only:

KDr2/redis-leveldb · GitHub