I am looking for fastest free key-value pair database available. Database doesn't have to be server-based, it can be linked into the application. I am aware of Tokyo Cabinet. Any other suggestions?
Asked
Active
Viewed 2,470 times
4
-
Are you aware of any others, or are you expecting the answers to just list them all? – Greg Hewgill Mar 04 '10 at 18:55
-
Just the *fastest*, not all :) – sustrik Mar 04 '10 at 18:58
-
2That *may* depend on your environment. Just pick some popular ones, run benchmarks on it and conclude (and share results with us here). – BalusC Mar 04 '10 at 18:59
3 Answers
1
I don't know about fastest, but you can look at this question: Document databases/Key-value stores for use with .Net projects.
The reality, is that you will probably need to clearly establish a performance baseline and profile different databases for yourself to determine which will have acceptable performance for your specific application.