MongoDB - 现在可以限制 32 MB 文档大小吗?
我不久前在某处读到,将来每个文档可以使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
目前文档的大小限制设置为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.
目前看起来不会增加到 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.