Ask HN: Anyone used XtraDB from Percona (instead of InnoDB)?
Has any one tried out XtraDB?
It is supposed to be better than InnoDB and has binary compatibility with InnoDB database files.
Here are a couple of articles on it for those interested:
http://www.mysqlperformanceblog.com/2009/08/13/xtradb-the-top-10-enhancements/
http://www.linux-mag.com/cache/7356/1.html
8 comments
[ 2.1 ms ] story [ 34.9 ms ] threadFor example in the top 10 article linked to, being able to change IO capacity and number of read/write threads is awesome! Another example is insert buffer control.
Setup is easy. Here's what I did 1. download mysql 5.1.39 source tarball 2. download percona xtradb 1.0.4-8 3. extract mysql 5.1.39 tarball 4. delete contents of 'mysql-5.1.39/storage/innobase' 5. extract contents of xtradb tarball into 'mysql-5.1.39/storage/innobase' 6. compile mysql source with standard configure options
"it is supposed to work better with 8 core boxes like we have - both in terms of IO, and cpu usage.
it also gives us more flexibility on tweaking parameters."