Percona RPMS for RedHat 5 / CentOS 5 x86_64
Posted by Vadim
We prepared RPMs of our release for RedHat 5 / CentOS 5 x86_64 platform.
http://www.mysqlperformanceblog.com/mysql/RPM/RHEL5/5.0.62/
There was question what patcheset includes and if there is manuals.
We have:
- microsecond resolution in slow-log
- extended query plan in slow-log and InnoDB statistics. You can read more here http://www.mysqlperformanceblog.com/2008/04/20/updated-msl-microslow-patch-installation-walk-through/
- User / Table / Index statistics (Google’s patch). More here http://www.mysqlperformanceblog.com/2008/04/24/mysql-extensions-for-hosting/
Related posts: :CentOS Comes with free build of MySQL Enterprise ?::MySQL Binaries percona build7 with latest patches::MySQL Binaries with patches:
4 Comments











del.icio.us
digg
Great work and thanks for sharing. Rumor has it you use the Information Schema to export the output from the monitoring rather than SHOW {TABLE,USER,INDEX}_STATISTICS. That sounds great. We are still in a MySQL 4.0 mindset and don’t know much about the Information Schema.
We just added support to rotate the slow query log. And we are trying to add SHOW CLIENT_STATISTICS that will aggregate resource consumption by client IP. That should be out in a patch soon.
Comment :: July 31, 2008 @ 8:00 pm
Hi Vadim,
What is the advantage of using the RHEL5 RPMs vs the generic RPMs on a CentOS/RedHat system?
Thanks
Comment :: August 1, 2008 @ 11:32 am
Aaron,
Distribution specific RPMS is better updated for given distributive, as it takes into account standard paths, libraries, config files etc.
But in general generic RPMs also should work.
Comment :: August 1, 2008 @ 1:42 pm
Mark,
We are not using INFORMATION_SCHEMA yet, but working on this patch right now.
Comment :: August 1, 2008 @ 5:14 pm