Today we announce release 1.0.2-3 of our XtraDB storage engine.
Here is a list of enhancements:
Increasing the number of rseg may be helpful for CPU scale of write-intentional workloads. See benchmark results.
As you know, the group commit of InnoDB doesn’t work after MySQL 5.0 with binlog.
We pretend to fix this and added “innodb_enable_unsafe_group_commit=[0|1]” parameter. Note if you set this parameter to “1” record order of binlog and InnoDB transaction log could be not same. But because InnoDB manages transactions in correct order most users may not have problem with this.
Percona XtraDB 1.0.2-3 (Sapporo) available in source and several binary packages.
XtraDB is compatible with existing InnoDB tables (unless you used innodb_extra_undoslots) and we are going to keep compatibility in further releases. We are open for features requests for new engine and ready to accept community patches. You can monitor Percona’s current tasks and further plans on the Percona XtraDB Launchpad project. You can also request features and report bugs there. Also we have setup two maillists for General discussions and for Development related questions.
Resources
RELATED POSTS