转载自: html
http://www.chinaxing.org/articles/Database/2015/10/23/2015-10-22-mysql-5.7.htmlmysql
sys-schemagit
http://mingxinglai.com/cn/2016/03/sys-schema/github
http://keithlan.github.io/2015/07/17/22_performance_schema/sql
MySQL Performance-Schema(一) 配置篇缓存
MySQL Performance-Schema(二) 理论篇安全
MySQL Performance-Schema(三) 实践篇架构
Percona的一个测试,在MySQL5.7的状况下将innodb_page_size调整到4k,能够比16k性能提高70%以上;https://www.percona.com/blog/2016/08/10/small-innodb_page_size-performance-boost-ssd/并发
MySQL 5.7 算是放大招了,易用性,性能,可用性,安全等都有很大的改善。框架
性能提高3倍以上。包括:
innodb_buffer_pool_size
Resizing the InnoDB Buffer Pool OnlineVARCHAR
类型列的长度CHANGE REPLICATION FILTER
Making MySQL Slave Replication Filter DynamicCHANGE MASTER
Change Master without stopping slave altogetherEXPLAIN FOR CONNECTION
来查看执行中Query得状况,起到运行时profile的做用。监控系统性能能的Schema得以从新设计架构,包括Metadata Locking、Transactions、Memory Usage、Stored Programs、Prepared Statements,MySQL Performace Schema
提高bufferPool的dump和load,支持只dump每一个BufferPool最热的百分之N(默认25%)的页面,load在后台运行,不影响用户的查询执行 MySQL Dumping and Reloading the InnoDB Buffer Pool
SHOW SLAVE STATUS