摘要: https://yq.aliyun.com/articles/50913 阅读全文
posted @ 2018-11-14 23:08 海东潮 阅读(156) 评论(0) 推荐(0)
摘要: https://github.com/innotop/innotop/blob/master/INSTALL https://www.percona.com/blog/2013/10/14/innotop-real-time-advanced-investigation-tool-mysql/ 阅读全文
posted @ 2018-11-14 23:07 海东潮 阅读(190) 评论(0) 推荐(0)
摘要: 15.4.2 Change Buffer(变更缓冲) The change buffer is a special data structure that caches changes to secondary index pages when affected pages are not in t 阅读全文
posted @ 2018-11-14 23:06 海东潮 阅读(289) 评论(0) 推荐(0)
摘要: 使用innodb_ruby探查Innodb索引结构 使用innodb_ruby探查Innodb索引结构 innodb_ruby 是使用 Ruby 编写的 InnoDB 文件格式解析器。innodb_ruby 的目的是暴露一些其他隐藏的 InnoDB 原理。 innodb_ruby不适合使用于生产环境 阅读全文
posted @ 2018-11-14 23:04 海东潮 阅读(281) 评论(0) 推荐(0)
摘要: root@localhost:3306.sock [performance_schema]>select version();+ +| version() |+ +| 5.7.24-log |+ +1 row in set (0.00 sec) root@localhost:3306.sock [p 阅读全文
posted @ 2018-11-14 17:58 海东潮 阅读(386) 评论(0) 推荐(0)
摘要: [root@localhost mysql3306]# mysqlbinlogmysqlbinlog Ver 3.4 for el7 at x86_64Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserve 阅读全文
posted @ 2018-11-14 17:02 海东潮 阅读(306) 评论(0) 推荐(0)
摘要: root@localhost:3306.sock [mysql]>select version();+ +| version() |+ +| 5.7.24-log |+ +1 row in set (0.04 sec) root@localhost:3306.sock [mysql]>show pr 阅读全文
posted @ 2018-11-14 15:35 海东潮 阅读(560) 评论(0) 推荐(0)