Tag

Slow Queries

0 views collected around this technical thread.

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.

BackupBatch DeleteDDL
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.

IndexesMySQLQuery Optimization
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 RecoveryDatabase DesignIndex Optimization
0 likes · 10 min read
MySQL Database Design, Slow Query Issues, and Handling Mistakes