两个小时的mysql新特性培训,丁雪峰老师
--------------------------------------------------------------------------------------------------------------------------
mysql5.6 新特性
最新版本----- mysql-cluster 7.6 mysql server 5.6
mysql-proxy GA--正式发布版本
对ssd盘的完全支持
【新特性】
--online DDL
--dump buffer pool 关机前dump buffer pool
--full text serch 全文检索 5.6之前只有MYISM支持,5.6逐步在indb中完善MYISM的特性
--支持 transportable tablespace
--memcached API key-value
--ICP
--explain 执行计划支持DML
--slave架构中支持group commit
支持多线程slave(sql多线程,io单线程)
checksums
--优化的 performance schema
--audit功能增强
--LDAP 企业安全服务器
--线程池 thread group
--性能监控工具(monitor)---MySQL Enterprise Monitor
http://dev.mysql.com/doc/mysql-monitor/2.3/en/index.html
--online backup --以前的mysql dump需要offline
--MySQL Workbench --编码、数据建模、异库ETL
【performance turning】
memory -- DB STRUCTURE -- instance configuration
tools: sql_bench mysqlslap DB_T2
IB 列存储引擎--BI \压缩比高
major compenent of the mysql server