I have a database with a shared Throughput of 400. This database contains two containers.
When I run the following query on one of these containers, I get charged for 1183 RUs :
SELECT VALUE COUNT(1) FROM c where c.GroupClaim = 'None'
GroupClaim
is the partition key of the container.
How can a 1183 RUs query do not get rejected/throttled when I have a Throughput set to 400 ?