Skip to main content

SQL Statistics

🏠   Knowledge-base home > SQL Statistics

What are SQL Statistics?

SQL Statistics are essential performance metrics that help in analysing and optimising the performance of SQL queries and database systems. These statistics provide insights into how the database engine processes SQL statements, enabling database administrators and developers to identify performance bottlenecks and optimize query execution.

While the SQL Statistics available will be different for each database engine, they will commonly include things like the CPU time and number of reads and writes that the SQL statement did.