Hacker News new | ask | show | jobs
by videoappeal 5231 days ago
When did we go from standard measure of per second for these types of things, you know, requests per second, transactions per second, to per minute? Statistics eh?
1 comments

For whatever reason, database people have been using transactions per minute for a long time.
I was thinking it might have been to prevent people using max queries per second even if it is unsustainable. Although an average should cover that.