BDB 文件是否可以从一种系统架构移植到另一种系统架构

发布于 2024-07-16 22:27:16 字数 87 浏览 7 评论 0原文

今晚我的 googlefu 缺失了,我找不到这个问题的答案。

我在 amd64/emt64 系统上创建的数据库可以在 x86 系统上使用吗?

My googlefu is lacking tonight and I can't find an answer to this.

Will databases I create on a amd64/emt64 system be usable on a x86 system?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

仲春光 2024-07-23 22:27:16

根据常见问题解答

Berkeley DB 数据库是否可以在不同架构之间移植
整数大小和不同字节
订单?

是的。 具体来说,数据库可以在 32 位和 64 位机器之间以及小端和大端机器之间移动。 有关详细信息,请参阅《Berkeley DB 参考指南》的“选择字节顺序”部分。

According to the FAQ:

Are Berkeley DB databases portable between architectures with different
integer sizes and different byte
orders?

Yes. Specifically, databases can be moved between 32- and 64-bit machines, as well as between little- and big-endian machines. See the "Selecting a byte order" section of the Berkeley DB Reference Guide for more information.

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