4

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?

Rob Hruska
  • 118,520
  • 32
  • 167
  • 192
sustrik
  • 179
  • 1
  • 5

3 Answers3

2

i vote for BerkeleyDB!

Andrey
  • 59,039
  • 12
  • 119
  • 163
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.

Community
  • 1
  • 1
LBushkin
  • 129,300
  • 32
  • 216
  • 265
0

An in-memory sql lite database

bkaid
  • 51,465
  • 22
  • 112
  • 128