Skip to Main Content
The world's most popular open source database
Contact MySQL
|
Login
|
Register
MySQL.com
Downloads
Documentation
Developer Zone
Developer Zone
Downloads
MySQL.com
Documentation
MySQL Server
MySQL Enterprise
Workbench
InnoDB Cluster
MySQL NDB Cluster
Connectors
More
MySQL.com
Downloads
Developer Zone
Section Menu:
Documentation Home
MySQL 8.4 Reference Manual
前言和法律声明
一般信息
安装 MySQL
升级 MySQL
降级 MySQL
教程
MySQL 程序
MySQL 服务器管理
安全性
备份和恢复
优化
优化 Overview
Optimizing SQL 语句
Optimizing 选择语句s
WHERE Clause 优化
Range 优化
Index Merge 优化
Hash Join 优化
Engine Condition Pushdown 优化
Index Condition Pushdown 优化
嵌套循环连接算法
Nested Join 优化
Outer Join 优化
外连接简化
Multi-Range Read 优化
块嵌套循环和批量键访问连接
条件过滤
Constant-Folding 优化
IS NULL 优化
ORDER BY 优化
GROUP BY 优化
DISTINCT 优化
LIMIT Query 优化
Function Call 优化
Window Function 优化
Row Constructor Expression 优化
避免全表扫描
优化子查询, Derived Tables, View References, and Common Table Expressions
使用半连接和反连接转换优化IN和EXISTS子查询谓词
优化子查询 with Materialization
优化子查询 with the EXISTS Strategy
Optimizing 派生表, View References, and Common Table Expressions with Merging or Materialization
Derived Condition Pushdown 优化
优化INFORMATION_SCHEMA查询
Optimizing 性能模式查询
优化数据更改语句
Optimizing 插入语句s
Optimizing 更新语句s
Optimizing 删除语句s
优化数据库权限
Other 优化 Tips
优化 and Indexes
How MySQL Uses 索引
Primary Key 优化
SPATIAL Index 优化
Foreign Key 优化
Column 索引
Multiple-Column 索引
验证索引使用情况
InnoDB和MyISAM索引统计信息收集
Comparison of B-Tree and Hash 索引
索引扩展的使用
Optimizer Use of Generated Column 索引
Invisible 索引
Descending 索引
从TIMESTAMP列进行索引查找
优化数据库结构
优化数据大小
Optimizing MySQL 数据类型
优化数值数据
优化字符和字符串类型
优化BLOB类型
Optimizing for Many 表
How MySQL Opens and Closes 表
Disadvantages of Creating Many 表 in the Same Database
MySQL中内部临时表的使用
Limits on Number of Databases and 表
表大小限制
表列数和行大小限制
Optimizing for InnoDB 表
Optimizing Storage Layout for InnoDB 表
优化InnoDB事务管理
优化InnoDB只读事务
Optimizing InnoDB 重做日志ging
Bulk Data Loading for InnoDB 表
优化InnoDB查询
优化InnoDB DDL操作
Optimizing InnoDB 磁盘 I/O
Optimizing InnoDB 配置 Variables
针对具有大量表的系统优化 InnoDB
MyISAM 表优化
MyISAM 查询优化
MyISAM 表的批量数据加载
Optimizing 修复表语句s
MEMORY 表优化
理解查询执行计划
使用 EXPLAIN 优化查询
EXPLAIN 输出格式
Extended EXPLAIN 输出格式
获取命名连接的执行计划信息
估计查询性能
控制查询优化器
控制查询计划评估
Switchable 优化s
优化器提示
索引提示
优化器成本模型
优化器统计
缓冲和缓存
InnoDB Buffer Pool 优化
MyISAM 键缓存
共享键缓存访问
多个键缓存
中点插入策略
索引预加载
键缓存块大小
重构键缓存
Caching of 预处理语句 and Stored Programs
优化锁定操作
内部锁定方法
表锁定问题
并发插入
元数据锁定
外部锁定
优化 MySQL 服务器
优化磁盘 I/O
使用符号链接
使用符号链接 for Databases on Unix
使用符号链接 for MyISAM Tables on Unix
使用符号链接 for Databases on Windows
优化内存使用
MySQL 如何使用内存
监控 MySQL 内存使用情况
启用大页面支持
Measuring Performance (Benchmarking)
Measuring the Speed of 表达式 and Functions
使用您自己的基准测试
使用 performance_schema 测量性能
Examining Server Thread (Process) Information
访问进程列表
线程命令值
一般线程状态
复制 Source Thread States
复制 I/O (Receiver) Thread States
复制 SQL Thread States
复制 Connection Thread States
NDB 集群线程状态
事件调度器线程状态
语言结构
字符集、排序规则、Unicode
数据类型
函数和运算符
SQL 语句
MySQL 数据字典
InnoDB 存储引擎
替代存储引擎
复制
组复制
MySQL Shell
将 MySQL 用作文档存储
InnoDB 集群
InnoDB 副本集
MySQL NDB Cluster 8.4
分区
存储对象
INFORMATION_SCHEMA 表
MySQL 性能模式
MySQL sys 模式
连接器和 API
MySQL 企业版
MySQL Workbench
OCI Marketplace 上的 MySQL
遥测
MySQL 8.4 常见问题解答
错误消息和常见问题
索引
MySQL 词汇表
Related Documentation
MySQL 8.4 Release Notes
Download this Manual
PDF (US Ltr)
- 39.8Mb
PDF (A4)
- 39.9Mb
Man Pages (TGZ)
- 257.9Kb
Man Pages (Zip)
- 364.9Kb
Info (Gzip)
- 4.0Mb
Info (Zip)
- 4.0Mb
version 8.4
8.0 current
5.7
8.0 Japanese
MySQL 8.4 Reference Manual
/
Optimization
/ Buffering and Caching
10.10 缓冲和缓存
10.10.1 InnoDB Buffer Pool 优化
10.10.2 MyISAM 键缓存
10.10.3 Caching of 预处理语句 and Stored Programs
MySQL uses several strategies that cache information in memory buffers to increase performance.
PREV
HOME
UP
NEXT
Related Documentation
MySQL 8.4 Release Notes
Download this Manual
PDF (US Ltr)
- 39.8Mb
PDF (A4)
- 39.9Mb
Man Pages (TGZ)
- 257.9Kb
Man Pages (Zip)
- 364.9Kb
Info (Gzip)
- 4.0Mb
Info (Zip)
- 4.0Mb