Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Maximum number of items in DocumentDb IN clause

I can't find mention anywhere in the documentation the maximum number of items supported by the IN keyword in DocumentDb.

I would make the assumption that there is a limit.

Can anyone point out in the documentation that is referenced?

like image 975
Sam Avatar asked Feb 05 '23 01:02

Sam


1 Answers

DocumentDB has virtually eliminated all limits by raising them to a level we don’t foresee our users surpassing, thus they are no longer documented. In this case, 1000 arguments can be in an IN clause.

like image 134
Mimi Gentz Avatar answered Feb 22 '23 15:02

Mimi Gentz