On Thu, Mar 22, 2012 at 7:29 PM, Mark Harwood <[email protected]>wrote:

>
>
> Mark, can you share more on what K-V (NoSQL) stores have you've been
> benchmarking and what have been the results?
>
>
> Mongo, Cassandra, Krati, Bdb a Java version of BitCask, Lucene, MySQL
>
> I was interested in benchmarking the single-server stores rather than a
> distributed setup because your choice of store could be plugged into the
> likes of Voldemort for scale out.
>
> The design is similar to the Bitcask paper but keeps only hashes of keys
> in ram not the full key.
>
> My implementation was the only store that didn't degrade noticeably as you
> get into 10s of millions of keys in the store.
>
>
>
Random question: Do you basically end up with something very similar to
LevelDB that many people where talking about a few weeks ago ?

Reply via email to