views:

14

answers:

1

Hi,

I have about 5GB data to store BDB, but I found the performance is not very good. Does it support data partitioning? thanks

A: 

Hello,

What performance are you seeing? We typically see 10s of thousands of writes per second and 100s of thousands of reads per second. Berkeley DB is one of the highest throughput key/value data storage libraries available.

If you're using Berkeley DB Java Edition, the best place to get help is in the BDB JE forum at: http://forums.oracle.com/forums/forum.jspa?forumID=273

If you're using Berkeley DB (C library) via the Java API, the best place to get help is in the BDB forum at: http://forums.oracle.com/forums/forum.jspa?forumID=271

Regards,

Dave

David Segleau