gpt4 book ai didi

javascript - 如何增加mongodb的文档大小(超过16MB)?我

转载 作者:可可西里 更新时间:2023-11-01 09:28:58 28 4
gpt4 key购买 nike

我无法将文件大小增加超过 16 MB。我没有创建多个文档的选项。我阅读了很多关于相同内容的博客,但是我没有找到任何特定的解决方案。我想调整大小为 30 MB 的单个文件中的数据

最佳答案

来自文档(https://docs.mongodb.com/manual/reference/limits/#bson-documents):

BSON Document Size The maximum BSON document size is 16 megabytes.

The maximum document size helps ensure that a single document cannot use excessive amount of RAM or, during transmission, excessive amount of bandwidth. To store documents larger than the maximum size, MongoDB provides the GridFS API. See mongofiles and the documentation for your driver for more information about GridFS.

唯一的问题是:您确定需要这么大的单个文档吗?

关于javascript - 如何增加mongodb的文档大小(超过16MB)?我,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42272950/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com