Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1.41 KB

10.2Optimizing SQL Statements.md

File metadata and controls

18 lines (10 loc) · 1.41 KB

原文地址:https://dev.mysql.com/doc/refman/8.0/en/optimize-overview.html

10.2 Optimizing SQL Statements

The core logic of a database application is performed through SQL statements, whether issued directly through an interpreter or submitted behind the scenes through an API. The tuning guidelines in this section help to speed up all kinds of MySQL applications. The guidelines cover SQL operations that read and write data, the behind-the-scenes overhead for SQL operations in general, and operations used in specific scenarios such as database monitoring.