June 19, 2013

Post: Percona Monitoring Plugins 1.0.3 for MySQL now available

…, plugins, and scripts. Changelog: * MySQL 5.6 compatibility for InnoDB graphs (bug 1124292) * Added performance data to Nagios plugins (…granularity to pmp-check-mysql-deadlocks (bug 1154774) * Added package install/update instructions and other documentation updates (bugs 1139652, 1124200, …

Post: MySQL alternative Percona Server 5.1.68 -14.6 now available

… in CentOS 6.3 during installation. Bugs fixed #1031427 and #1051874. When mysqldump was used with –innodb-optimize-keys option it produced… creation optimization. Bug fixed #1081016. When mysqldump was used with –innodb-optimize-keys and –no-data options, all secondary key definitions… innotop and its InnoDBParser Perl package from source and Debian installation. Bug fixed #1032139. Percona Server was missing help texts in…

Comment: Open Source, the MySQL market (and TokuDB in particular)

… viral nature of open source. If you can get 10million installations and just 1 out of the thousand pays you, you… all. If the total market for software is 10.000 installations you will unlikely get viral effect to the same extent… might have not been enough as the advantages compared to Innodb are relatively subtle – you need specific workloads to see the…

Post: MySQL 5.6 Compatible Percona Toolkit 2.2 Released

… are configurable. Also, we removed –lock-wait-timeout which set innodb_lock_wait_timeout because that now conflicts, or is at… by default. If the IO::Socket::SSL Perl module is installed (easily available through your package manager), it will use a…

Post: Updated msl (microslow) patch, installation walk-through!

… let me walk you through the installation and configuration because things changed along the way. Installation In order to use the patch… with InnoDB extensions msl patch for MySQL 5.0.51a with InnoDB extensions msl patch for MySQL 5.0.54a with InnoDB extensions msl patch for MySQL 5.0.56 with InnoDB extensions…

Post: What to tune in MySQL Server after installation

… is very important variable to tune if you’re using Innodb tables. Innodb tables are much more sensitive to buffer size compared… up to 70-80% of memory often make sense for Innodb only installations. Same rules as for key_buffer apply – if you… are typically enough. Smaller installations should use smaller values. innodb_flush_log_at_trx_commit Crying about Innodb being 100 times slower than…

Post: InnoDB Full-text Search in MySQL 5.6 (part 1)

… between MyISAM FTS and InnoDB FTS over the same data sets, and then finally in the third installment, we’ll look at… to performance in the third installment. For now, the important number here is to note that the InnoDB buffer pool for my… global innodb_ft_aux_table=’test/dir_test_innodb‘; mysql> set global innodb_optimize_fulltext_only=1; mysql> select * from information_schema.innodb_ft…

Post: Percona XtraDB Cluster - installation and setup webinar follow up Q&A

… local virtualbox instance, and I tried to show the minimal installation required for XtraDB cluster. Unfortunately enough, I didn’t include… independent from each other. Q: I installed Percona as cluster database working with Zabbix (innodb), do you have a recommended configuration? A… don’t have any specific recommandations for Zabbix, but general InnoDB tuning recommendations apply here, in large zabbix deployments, you may…

Post: InnoDB in self-compiled MySQL 5.1

… –prefix=/dir/to/mysql make make install and then, for example, load the dump of InnoDB from previous version: mysql testdatabase < dump... | NO | +------------+---------+-----------------------------------------------------------+--------------+----+------------+ 4 rows in set (0.00 sec) By default InnoDB is not compiled as storage engines. Perhaps it is related… –with-plugins=innodb make make install But what I would want to see is BIG Warning or even Error that InnoDB table can…