Google MySQL Tools 介绍
Google MysqL Tools 是一组用来管理、维护和提升 MysqL 数据库性能的工具,由 Google 公司开发。
该工具目前包括:
- mypgrep.py - a tool, similar to pgrep, for managing MysqL connections
- compact_innodb.py - compacts innodb datafiles by dumping and reloading all tables
- patches - patches to add features to MysqL 4.0.26 and MysqL 5.0.37
MySQL 的 5.4 版本就是基于该工具进行扩展的。