1
votes

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.

1

1 Answers

1
votes

Max query size is 256 KB. You can find this and other service quota and limits here.

Thanks.