I think tow months ago. I found a google’s open source project that can store key value pairs with high performance. But i forget the name. Could anybody tell me? or you can have some other suggestions for me? I have been using BerkerlyDB, but I found BerkerlyDb is not fast enough for my program. However, berkerylyDB is convenient to use as it appears as a java lib jar, which can be integraed with my program seamlessly. My program is also written in Java.
Share
Two strong competitors in the DHT (Distributed Hash Table) ‘market’:
Here is a presentation about Cassandra. On slide 20 you’ll see some speed benchmarks- 0.12 ms / write
(You can search around for the whole presentation, including Eric Evans talking)