December 29, 2008

XtraDB storage engine release 1.0.2-2 (New Year edition)

Posted by Evgeniy Stepchenko |

Today we announce release 1.0.2-2 of our XtraDB storage engine.

Here is a list of enhancements:

  • split-buffer_pool_mutex

The patch splits global InnoDB buffer_pool mutex into several and eliminates waitings on flush IO and mutex when there is no enough free buffers. It helps if you have performance drops when data does not fit in memory.

InnoDB has a concurrent transaction limit of 1024 because in the standard InnoDB the number of undo slots is fixed value. This patch expands the maximum number of undo slots to 4072 and allows better utilizing modern hardware. (Thank SmugMug for this feature!)

ATTENTION: If the option was enabled and the expanded slots are used, you cannot use the datafile with system tablespace for the software which assume 1024 slots (e.g. the other mysqld or innodb hotbackup). See documentation for details.

Percona XtraDB 1.0.2-2 available :

XtraDB is compatible with existing InnoDB tables (Warning: 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.

Related posts: :XtraDB storage engine release 1.0.3-5::XtraDB storage engine release 1.0.4-8::XtraDB storage engine release 1.0.3-7:
 

9 Comments »

  1. thanks for information

    Comment :: January 1, 2009 @ 9:39 am

  2. Regarding “as binaries, percona xtradb is compiled in into MySQL-5.1.30 RPM” – does this mean that XtraDB is the default InnoDB storage engine in the server RPM file or does it still need to be enabled via the loadable modules method?

    Comment :: January 2, 2009 @ 5:23 pm

  3. Richard,

    Yes, it replaces InnoDB as default storage engine

    Comment :: January 8, 2009 @ 9:48 am

  4. Thanks for that information i think i’ll try this in a vm.

    Comment :: January 12, 2009 @ 8:31 am

  5. Thanks you

    Comment :: March 25, 2009 @ 7:05 am

  6. 6. Laine

    so can we use the xtra plugin in a 5.0 percona build to take advantage of > 1024 innodb txns?

    Comment :: April 8, 2009 @ 1:43 pm

  7. 7. Vadim

    Laine,

    No, XtraDB plugin is available only for 5.1, but we can port patch for 5.0 for percona builds.

    Comment :: April 8, 2009 @ 1:51 pm

  8. 8. Laine

    Vadim, I have a client who is in need of this for 5.0 and we’d consider sponsoring. Please email me at laine@palominodb.com to discuss further.

    Thank you,
    Laine

    Comment :: April 8, 2009 @ 5:44 pm

  9. Yes, it replaces InnoDB as default storage engine

    Comment :: November 4, 2009 @ 5:33 am

 

Subscribe without commenting

Trackbacks/Pingbacks