Tag

Slow Queries

1 views collected around this technical thread.

JD Cloud Developers
JD Cloud Developers
Sep 21, 2023 · Databases

How to Diagnose and Fix Slow SQL Queries: Practical Steps and Real Examples

This article explains how to detect, analyze, and resolve slow SQL queries that threaten service stability, offering step‑by‑step guidance, EXPLAIN analysis, and real‑world case studies to help developers quickly pinpoint and fix performance bottlenecks.

DatabaseEXPLAINIndex Optimization
0 likes · 14 min read
How to Diagnose and Fix Slow SQL Queries: Practical Steps and Real Examples
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Apr 7, 2023 · Databases

MySQL Optimization Guide: Indexes, Slow Query Tuning, and Table Design

This article provides a comprehensive guide to MySQL performance optimization, covering CPU and I/O bottlenecks, index types and tuning, slow query capture and analysis, and best practices for table design and partitioning to improve query efficiency.

Database OptimizationIndexesMySQL
0 likes · 11 min read
MySQL Optimization Guide: Indexes, Slow Query Tuning, and Table Design
Wukong Talks Architecture
Wukong Talks Architecture
Sep 27, 2022 · Databases

MySQL Large Table Index Optimization and Delete Performance Tuning

This article analyzes a MySQL large‑table performance issue caused by slow queries and full‑table scans, demonstrates using pt‑query‑digest, explains execution plans, proposes index redesign, shows backup and restore with mydumper, compares online DDL and pt‑osc, and presents batch delete strategies to reduce latency.

Batch DeleteDDLDatabase performance
0 likes · 13 min read
MySQL Large Table Index Optimization and Delete Performance Tuning
Laravel Tech Community
Laravel Tech Community
Dec 17, 2020 · Databases

Understanding Index Usage and Slow Queries in MySQL

This article explains why using indexes in MySQL does not always prevent slow queries, analyzes full‑index scans, index selectivity, back‑table lookups, virtual columns, and provides practical optimization techniques to reduce scanned rows and improve performance.

Database performanceIndexesMySQL
0 likes · 11 min read
Understanding Index Usage and Slow Queries in MySQL
Java Captain
Java Captain
Dec 22, 2018 · Databases

MySQL Database Design, Slow Query Issues, and Handling Mistakes

This article discusses MySQL table design choices, partitioning methods, index best practices, common causes of slow queries with optimization tips, useful diagnostic tools, and recommended actions when accidental operations or bugs affect data.

Data recoveryIndex OptimizationMySQL
0 likes · 10 min read
MySQL Database Design, Slow Query Issues, and Handling Mistakes