Spec-Zone .ru
спецификации, руководства, описания, API
|
Table of Contents
InnoDB
TablesInnoDB
TablesInnoDB
Transaction ManagementInnoDB
LoggingInnoDB
TablesInnoDB
QueriesInnoDB
DDL OperationsInnoDB
Disk I/OInnoDB
Configuration VariablesInnoDB
for Systems with Many TablesMyISAM
TablesMEMORY
TablesIS NULL
OptimizationLEFT JOIN
and RIGHT JOIN
Optimization
ORDER BY
OptimizationGROUP BY
OptimizationDISTINCT
OptimizationThis chapter explains how to optimize MySQL performance and provides examples. Optimization involves configuring, tuning, and measuring performance, at several levels. Depending on your job role (developer, DBA, or a combination of both), you might optimize at the level of individual SQL statements, entire applications, a single database server, or multiple networked database servers. Sometimes you can be proactive and plan in advance for performance, while other times you might troubleshoot a configuration or code issue after a problem occurs. Optimizing CPU and memory usage can also improve scalability, allowing the database to handle more load without slowing down.