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?

asked a year ago215 views
1 Answer
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
SUPPORT ENGINEER
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions