LevelDB: a fast and lightweight key/value database library
code.google.com
LevelDB: a fast and lightweight key/value database library
1–10 of 82 posts
Re: LevelDB: a fast and lightweight key/value database library
#2Re: LevelDB: a fast and lightweight key/value database library
#3Does someone have any idea, how the benchmark results compare to other databases (e.g. redis) ?
Re: LevelDB: a fast and lightweight key/value database library
#4A performance comparision with memcached would be interesting.
Re: LevelDB: a fast and lightweight key/value database library
#5Re: LevelDB: a fast and lightweight key/value database library
#6Re: LevelDB: a fast and lightweight key/value database library
#7Sounds like a possible redis or memcached replacement. A performance comparision with memcached would be interesting.
get/put/delete vs http://redis.io/commands
Re: LevelDB: a fast and lightweight key/value database library
#8Anybody know what hardware those benchmarks were on? Is it actually durable? They mention problems with writeback caching, but are they at least durable from the OS perspective? How well does it scale?
Safe to assume the data fit into memory..whatever amount there was.
Re: LevelDB: a fast and lightweight key/value database library
#9Sounds like a possible redis or memcached replacement. A performance comparision with memcached would be interesting.
replacement is a strong word when you consider that you are talking about: get/put/delete vs http://redis.io/commands