[摘要]+------------------------------------------+3、InnoDB 排序缓存和MyISAM引擎类似,当执行alter table 、create index 创...
+------------------------------------------+
3、InnoDB 排序缓存
和MyISAM引擎类似,当执行alter table 、create index 创建索引是,InnoDB提供了3个InnoDB排序缓存用于实现索引的排序,每个缓存的大小由innodb_sort_buffer_size定义。
mysql> select @@global.innodb_sort_buffer_size/1024;
+---------------------------------------+
关键词:MySQL优化之缓存优化详细说明(二)