DocumentDB: Query Size Limits?

0

Are there any size limits on queries in DocumentDB? This includes limits on the size of the response for the query, the number of documents returned, or on the number of fields queried on?

已提问 1 年前250 查看次数
1 回答
0

I would like to inform you that by default, AWS DocumentDB limits the Document size to be 16 MB. [1]

As DocumentDB utilizes MongoDB internally, whatever limits are present for MongoDB would be applicable for DocumentDB unless otherwise stated in the DocumentDB documentation.[1]

Please refer to doc [2] for limits present in MongoDb.

I sincerely hope this helps!

References:

[1] https://docs.aws.amazon.com/documentdb/latest/developerguide/limits.html#limits-cluster

[2] https://www.mongodb.com/docs/manual/reference/limits/

AWS
支持工程师
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容