mysql-优化班学习-8-20170606-MySQL索引
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql-优化班学习-8-20170606-MySQL索引相关的知识,希望对你有一定的参考价值。
mysql索引
索引、事务、锁、InnoDB引擎
tablespace\\segment\\extended\\page\\row
gaopengtttt ,MySQL InnoDB 如何计算B+树表的最大容量和行数,http://blog.itpub.net/7728585/viewspace-2139931/
tokudb
【管理员】助教-Gakki<[email protected]> 21:13:37
ibd文件
【管理员】助教-Gakki<[email protected]> 21:13:42
50G 单表不要超过50G
【管理员】助教-Gakki<[email protected]> 21:13:37
ibd文件
【管理员】助教-Gakki<[email protected]> 21:13:42
50G 单表不要超过50G
heap引擎,重启后,所有数据都丢失
http://imysql.com/2016/01/06/mysql-faq-different-between-btree-and-hash-index.shtml , B+树索引和hash索引的区别
cpu %user很高
【管理员】助教-Gakki<[email protected]> 21:46:19
10有8,9是索引使用不当
【管理员】助教-Gakki<[email protected]> 21:46:26
如果是cpu的%sys很高
【管理员】助教-Gakki<[email protected]> 21:46:19
10有8,9是索引使用不当
【管理员】助教-Gakki<[email protected]> 21:46:26
如果是cpu的%sys很高
【管理员】助教-Gakki<[email protected]> 22:31:20
https://dev.mysql.com/doc/refman/5.7/en/index-extensions.html
【管理员】助教-Gakki<[email protected]> 22:31:26
[MySQL FAQ]系列 — 为什么InnoDB表要建议用自增列做主键,http://imysql.com/2014/09/14/mysql-faq-why-innodb-table-using-autoinc-int-as-pk.shtml
【管理员】助教-Gakki<[email protected]> 22:31:31
[MySQL优化案例]系列 -- InnoDB主键设计,http://imysql.com/2010/08/03/sth_about_innodb_primary_key_design.html
https://dev.mysql.com/doc/refman/5.7/en/index-extensions.html
【管理员】助教-Gakki<[email protected]> 22:31:26
[MySQL FAQ]系列 — 为什么InnoDB表要建议用自增列做主键,http://imysql.com/2014/09/14/mysql-faq-why-innodb-table-using-autoinc-int-as-pk.shtml
【管理员】助教-Gakki<[email protected]> 22:31:31
[MySQL优化案例]系列 -- InnoDB主键设计,http://imysql.com/2010/08/03/sth_about_innodb_primary_key_design.html
以上是关于mysql-优化班学习-8-20170606-MySQL索引的主要内容,如果未能解决你的问题,请参考以下文章
mysql-优化班学习-5-20170523-mysql的体系结构
mysql-优化班学习-6-20170525-mysql的体系结构
mysql-优化班学习-8-20170606-MySQL索引