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?
+1
A:
I don't know about fastest, but you can look at this question: http://stackoverflow.com/questions/1543965/document-key-value-stores-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.
LBushkin
2010-03-04 18:54:57
A:
Fastest at what? Read? Write? Simple queries? Complex queries? What storage engine?
ceejayoz
2010-03-04 19:03:40
1. persistent (non IMDB)2. key-value pair DB (i.e. no complex queries)3. focus is on write speed
sustrik
2010-03-04 19:10:06