Berkeley DB(Java 版)支持数据分区吗?

发布于 2024-09-25 00:33:38 字数 45 浏览 0 评论 0原文

我有大约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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

邮友 2024-10-02 00:33:38

你看什么表演?我们通常会看到每秒数十数千次写入和每秒数百数千次读取。 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文