All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

SQL Performance Optimization: Methods for Identifying Slow Queries

By

freekmurze

8mo ago· 13 min readen

Summary

This technical article provides a practical guide on how to identify slow SQL queries that need optimization for performance improvements. It covers various methods and tools for detecting problematic queries, with the author sharing their real-world experience of significantly improving dashboard and API performance through SQL optimization. The post is part one of a series, focusing on identification techniques before moving to actual fixes in the next installment.

Key quotes

· 4 pulled
We massively improved the performance of the dashboard & website by optimizing some of our SQL queries
In this post, we'll share how we identified the queries that needed work
We'll cover the basics and gradually work our way up to the more advanced/complex ways of identifying slow queries
This post covers tips and tricks for performance tweaking your SQL queries by first identifying which queries need work
Snippet from the RSS feed
This post covers tips and tricks for performance tweaking your SQL queries by first identifying which queries need work.

You might also wanna read