1.show table status like 'user'

2.alter table mytableEngine=InnoDB

需要执行很长时间,mysql会按行将数据从原表复制到一张新的表中,消耗大量i/o,原表上会加上读锁。

3.insert into innodb_table select * from myisam_table where id between x and y ;

4.select SQL_NO_CACHE count(*) from A;

每秒7000+事务

复制?分区?

慢查询日志,

通用日志

show profile

show status

show processlist

最新文章

  1. R语言学习笔记-机器学习1-3章
  2. Sqlserver中 登录用户只能看到自己拥有权限的库
  3. Hadoop YARN 100-1知识点
  4. LINUX 更新
  5. [Notes] Timer Comparision when turn influence computing on/off
  6. iOS 数字字符串的直接运算 + - * /
  7. Android--将字节数转化为B,KB,MB,GB的方法
  8. Debug Tools
  9. Lua 中使用面向对象(续)
  10. [转]Windows环境下利用“共享内存”实现进程间通信的C/C++代码---利用CreateFileMapping和MapViewOfFile
  11. Java监控常用工具 .
  12. stm32串口通讯问题
  13. 安卓和 java 学习笔记
  14. js 闭包的用法详解
  15. Xcode iOS布局autolayout和sizeclass的使用
  16. break跳出循环的妙用
  17. LifecycleProcessor not initialized - call 'refresh' before invoking lifecycle methods via the context: Root WebApplicationContext: startup date [Sun Jan 13 17:59:19 CST 2019]; root of context hierarch
  18. 查看dsym的报错信息(友盟)
  19. centos 6 下KVM 安装学习之旅
  20. spring+mybatis+atomikos 实现JTA事务

热门文章

  1. Centos7 使用nginx部署vue项目
  2. Luogu P2179 [NOI2012]骑行川藏
  3. vue-main.js中new vue()的解析
  4. JMeter实战(三) 界面使用
  5. Java内存区域(运行时数据区域)详解、JDK1.8与JDK1.7的区别
  6. STC转STM32第一次开发
  7. 13 SOAP
  8. CDN技术的原理及优缺点
  9. [MIT6.006] 11. Integer Arithmetic, Karatsuba Multiplication 整型算术,Karatsuba乘法
  10. cetos6.5 gcc4.8 安装