开发者

Does Berkeley DB (Java version) support data partitioning?

I have about 5GB data to store BDB, but开发者_运维百科 I found the performance is not very good. Does it support data partitioning? thanks


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜