您好,匿名用户
随意问技术百科期待您的加入

MongoDB单文档大小限制是16M吗?这里包括嵌入的子文档吗?

0 投票

从官方文档http://cn.docs.mongodb.org/manual/ref...
BSON Object Size
The maximum BSON object size is 16 megabytes.

这是指单文档限制16M吗?包括嵌入的子文档吗?

用户头像 提问 2012年 12月1日 @ Morgana 上等兵 (251 威望)
分享到:

1个回答

0 投票

是的,包括嵌入的(embedded)子文档在内。

这个限制是为了避免单个文档过大,完整读取时对内存或者网络带宽占用过高。根据目前MongoDB主开发人员的意思,他们不打算放开这个限制,但会随着计算资源相对成本的降低(内存更便宜,网络更快)而适度调高。

官方解释:

MongoDB limits the data size of individual BSON objects/documents. At the time of this writing the limit is 16MB.

This limit is designed as a sanity-check; it is not a technical limit on document sizes. The thinking is that if documents are larger than this size, it is likely the schema is not ideal. Further it allows drivers to make some assumptions on the max size of documents.

The concept is that the maximum document size is a limit that ensures each document does not require an excessive amount of RAM from the machine, or require too much network bandwidth to fetch. For example, fetching a full 100MB document would take over 1 second to fetch over a gigabit ethernet connection. In this situation one would be limited to 1 request per second.

Over time, as computers grow in capacity, the limit will be adjusted upward.
用户头像 回复 2012年 12月1日 @ Karma 上等兵 (229 威望)
提一个问题:

相关问题

0 投票
1 回复 45 阅读
0 投票
1 回复 98 阅读
0 投票
1 回复 40 阅读
0 投票
1 回复 44 阅读
0 投票
1 回复 7 阅读
用户头像 提问 2014年 5月14日 @ Zed 上等兵 (260 威望)

欢迎来到随意问技术百科, 这是一个面向专业开发者的IT问答网站,提供途径助开发者查找IT技术方案,解决程序bug和网站运维难题等。
温馨提示:本网站禁止用户发布与IT技术无关的、粗浅的、毫无意义的或者违法国家法规的等不合理内容,谢谢支持。

欢迎访问随意问技术百科,为了给您提供更好的服务,请及时反馈您的意见。
...