MongoDB - 现在可以限制 32 MB 文档大小吗?

发布于 2024-12-14 21:17:02 字数 70 浏览 1 评论 0原文

我不久前在某处读到,将来每个文档可以使用 32 MB 吗?有谁知道这什么时候会发生?或者已经可能了吗?

谢谢!

I read somewhere a while ago that it would be possible to use 32 MB per document in the future ? Does anybody know when is this going to happen ? Or is it possible already ?

Thanks!

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

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

发布评论

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

评论(2

青巷忧颜 2024-12-21 21:17:02

目前文档的大小限制设置为16 mb

如果您需要存储最大的数据(而不是作为文档),您可以在 MongoDB 中使用GridFS

For the moment the limit size to a document is setted to 16 mb.

If you need to store biggest data (and not as document) you can use GridFS inside MongoDB.

梦亿 2024-12-21 21:17:02

目前看起来不会增加到 32MB。在 这个这个 Jira问题你可以看到没有目前存在提高限制的计划。

Currently it doesn't look like it's going to get raised to 32MB. In this and this Jira issues you can see that no plans currently exist to raise the limit.

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