Skip to main content

One post tagged with "latency"

View All Tags

What is a slow SQL query?

· 7 min read
Nikolay Samokhvalov

User interface performance

For web and mobile applications (here, let's talk only about them, not touching analytical workloads, background processing, and so on), engineers usually aim to have as few SQL queries per each HTTP(S) request as possible, and keep the execution time of those queries very low.

How much low?