Skip to main content

One post tagged with "latency"

View All Tags

· 7 min read

What is a slow SQL query? (SRT - Server Response Time)

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?