user1354825
user1354825

Reputation: 1521

Cosmos db SQL API maximum query limit

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

Answers (1)

Mark Brown
Mark Brown

Reputation: 8763

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

Thanks.

Upvotes: 1

Related Questions