best Data Store option for a append-only database
666191Oct 20 2008 — edited Oct 22 2008Hello,
Could I get some recommendation for the best way to achieve high performance for the following database?
* the database have millions of entries. Most entries are short. Some could be as long as several kilobytes.
* multiple threads append new records into the database
* multiple threads randomly read records from the database
Which one should I choose between "Berkeley DB Concurrent Data Store" or "Berkeley DB Transactional Data Store"?
Thanks very much.
Chinyi