… server can easily handle the write load of all the MySQL instances. The original idea was to configure them with raid… this, maybe it is related to better raid controller write cache use. Even the fairly slow gzip-1 mode works well… together, ZFS on Linux is a very interesting solution for MySQL backup servers. All backup solutions have an impact on performance…
Post: Percona XtraBackup 2.1.3 for MySQL available for download
… to faster restore time XtraBackup makes MySQL hot backups for all versions of Percona Server, MySQL, MariaDB, and Drizzle. It performs streaming, compressed, and incremental MySQL backups. Percona’s enterprise-grade commercial MySQL Support contracts include support for XtraBackup. We…
Post: Percona MySQL University @Portland: June 17
…, free, fast-paced and very technical MySQL educational event for wide range of people interested in MySQL – Developers, System Administrators, DBAs, etc… speaking opportunities available – if you would like to share your MySQL story at this event please email Matthew Dowell by Tuesday…
Post: MySQL and the SSB - Part 2 - MyISAM vs InnoDB low concurrency
… Benchmark. In my previous blog post I compared MySQL 5.5.30 to MySQL 5.6.10, both with default settings using… [mysqld] datadir=/mnt/mysql56/data basedir=/usr/local/mysql socket=/var/lib/mysql/mysql.sock user=justin innodb_buffer_pool_size=64G innodb…_logs=32 innodb_old_blocks_time=0 table_open_cache=2048 table_definition_cache=16384 innodb_flush_method=O_DIRECT key_buffer…
Post: How people are using MySQL... from 1 user to 100 million (upcoming conference talk)
MySQL can be deployed in several ways, and that means you …
Comment: MySQL Performance Forums
… there was some short-term glitch you encountered. At any rate this is a very old post – and as you mentioned…’s the url: http://www.percona.com/forums/questions-discussions/mysql-and-percona-server I’ll sure someone from our community…
Comment: ZFS on Linux and MySQL
… illumos ZFS by giving up 10% total ram for metadata caching, but it is just the price you should be willing… OmniOS should only be used as MySQL read slaves behind a pair of Linux based MySQL Masters using Pacemaker. Maybe you guys…
Post: Choosing a MySQL HA Solution - Post-Webinar Q&A
… is my recommendation for MySQL 5.6? Is MHA ready for MySQL 5.6? A: My personal recommendation for MySQL 5.6, based… volume mounted, and went to try to install MySQL. It failed miserably on the mysql_install_db process. Every time I tried…: Incorrect information in file: ‘./mysql/servers.frm’ ERROR: 1033 Incorrect information in file: ‘./mysql/servers.frm’ Running mysql_install_db under strace, I…
Post: The small improvements of MySQL 5.6: Duplicate Index Detection
… affected (0.25 sec) Records: 0 Duplicates: 0 Warnings: 0 mysql> SHOW CREATE TABLE test\G *************************** 1. row *************************** Table: test Create Table… warning (0.56 sec) Records: 0 Duplicates: 0 Warnings: 1 mysql> SHOW WARNINGS\G *************************** 1. row *************************** Level: Note Code: 1831 Message: Duplicate…
Comment: Replication in MySQL 5.6: GTIDs benefits and limitations - Part 2
… (and in my opinion bad) part of the design of MySQL 5.6 global transaction ID. In general, there is no… work, you need to apply just the set of events missing. Well, if the user is not using multi-threaded slave…

