Convert a query count over a period into throughput rates.
A raw count means nothing without its window. Dividing by the window gives a rate, which is then rescaled to per-minute, per-hour, per-day and per-month so it can be compared against whichever unit your dashboards and quotas use. Capacity limits, quotas and licences are all expressed as rates, so converting a count into the matching time base is the first step in any sizing exercise.
Query Throughput
Rate = Queries executed ÷ Measurement period, then scaled to each time base
Rate = Queries executed ÷ Measurement period, then scaled to each time base A raw count means nothing without its window. Dividing by the window gives a rate, which is then rescaled to per-minute, per-hour, per-day and per-month so it can be compared against whichever unit your dashboards and quotas use.
Capacity limits, quotas and licences are all expressed as rates, so converting a count into the matching time base is the first step in any sizing exercise.
This calculator takes 2 inputs: Queries executed, Measurement period. The pre-filled defaults are a realistic starting point — replace them with figures from your own environment for a result you can act on.