Berkeley DB(Java 版)支持数据分区吗?
我有大约5GB的数据来存储BDB,但我发现性能不是很好。支持数据分区吗?谢谢
I have about 5GB data to store BDB, but I found the performance is not very good. Does it support data partitioning? thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你看什么表演?我们通常会看到每秒数十数千次写入和每秒数百数千次读取。 Berkeley DB 是吞吐量最高的键/值数据存储库之一。
如果您使用的是 Berkeley DB Java 版,获得帮助的最佳位置是 BDB JE 论坛:http://forums.oracle.com/forums/forum.jspa?forumID=273
如果您通过 Java API 使用 Berkeley DB(C 库),这是获得帮助的最佳位置BDB 论坛位于: http://forums.oracle.com/forums/ forum.jspa?forumID=271
此致,
戴夫
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