Reputation: 1521
I am using cosmos db , sql api. I want to know what is the maximum character limit for queries.
Below post mentions > 30 kb for Mongo API : https://feedback.azure.com/forums/263030-azure-cosmos-db/suggestions/32665819-increase-query-maximum-character-limit-for-cosmo-m
Is there a similar limit for SQL API as well ?
Thanks !
EDIT 1 : I am testing this on the cosmos db emulator on my laptop.
Upvotes: 1
Views: 4082
Reputation: 8763
Max query size is 256 KB. You can find this and other service quota and limits here.
Thanks.
Upvotes: 1