Skip to main content

Compute unit

A normalized measure of how much work a request costs, used to meter usage fairly when different calls take very different effort.

Counting raw requests treats a simple balance lookup and a large historical query as equal, which they are not. Weighting each method by cost means heavy queries draw down a quota faster, and light ones stay cheap.

See also