发布于 2014-08-08 23:57:03 | 146 次阅读 | 评论: 0 | 来源: 网友投递
Percona Server Mysql分支数据库
Percona Server是MySQL的改进版本,使用 XtraDB 存储引擎,在功能和性能上较 MySQL 有着很显著的提升,如提升了在高负载情况下的 InnoDB 的性能,为 DBA 提供了一些非常有用的性能诊断工具,另外有更多的参数和命令来控制服务器行为。
Percona Toolkit 2.2.10 发布,此版本现已提供下载,同时也提供在 Percona Software Repositories。此版本是当前 2.2 系列的 GA 稳定版本。
Bugs 修复:
Fixed bug 1287253: pt-table-checksum would exit with error if it would encounter deadlock when doing checksum. This was fixed by retrying the command in case of deadlock error.
Fixed bug 1311654: When used with Percona XtraDB Cluster, pt-table-checksum could show incorrect result if --resume
option was used. This was fixed by adding a new --replicate-check-retries
command line parameter. If you are having resume problems you can now set --replicate-check-retries
N , where N is the number of times to retry a discrepant checksum (default = 1 , no retries). Setting a value of 3
is enough to completely eliminate spurious differences.
Fixed bug 1299387: pt-query-digest didn’t work correctly due to a changed logging format when field Thread_id
has been renamed to Id
. Fixed by implementing support for the new format.
Fixed bug 1340728: in some cases, where the index was of type “hash” , pt-online-schema-change would refuse to run because MySQL reported it would not use an index for the select. This check should have been able to be skipped using --nocheck-plan
option, but it wasn’t. Option --nocheck-plan
now ignores the chosen index correctly.
Fixed bug 1253872: When running pt-table-checksum or pt-online-schema on a server that is unused, setting the 20% max load would fail due to tools rounding the value down. This has been fixed by rounding the value up.
Fixed bug 1340364: Due to incompatibility of dash and bash syntax some shell tools were showing error when queried for version.
更多内容请看发行说明,2.2.10 milestone at Launchpad 或者这里。
Percona Toolkit 是一组高级的命令行工具,用来管理 MySQL 和系统任务,主要包括:
验证主节点和复制数据的一致性
有效的对记录行进行归档
找出重复的索引
总结 MySQL 服务器
从日志和 tcpdump 中分析查询
问题发生时收集重要的系统信息