Though there are some questions on this context I am yet to understand the math of quota limits.
Google developer console states the following
Queries per day - 10,000
Queries per 100 seconds per user - 300,000
Queries per 100 seconds 3,000,000
So
- A user can burn 300,000 / 100 = 3,000 units per second, which means 10K units can be exceeded after ~3.3 seconds. What if the client has 4 users? Can they burn all the units in a less than a second time period?
- A client is allowed to burn 3M / 100 = 30,000 units per second which already exceeds daily 10K limit.
How can a client burn 3M units in a second if she only has 10K units per day.
Can someone help me understand all this magic, especially one from @YouTubeDev team?