June 19, 2013

Comment: How to calculate a good InnoDB log file size

According to this link, https://mariadb.atlassian.net/browse/MDEV-4662 Jesper is correct and I am wrong: when InnoDB warns about not enough space in the logs, it’s overwritten its last checkpoint. Thanks to Jeremy Cole for finding out the truth.

Comment: Performance Schema overhead

Great test and report Vadim! I think the performance schema will be a great addition to MySQL once it’s more established. Just starting with MySQL after retiring from handling oracle databases – now volunteering :) Thanks for sharing.

Comment: Data mart or data warehouse?

Great article. Did you do a part 3-6? I did not see them in your posts. I would appreciate an email if you did. Thanks.

Comment: How to change innodb_log_file_size safely

@Question: Did your innodb engine startup correctly? Seems to me that you can see any innodb dbs because of this.

Comment: Sphinx search performance optimization: attribute-based filters

we use sphinx to our website where we have about 1200 tables each with … described here, but the search results have gone from milliseconds to more than 43 seconds

Comment: Minimizing Downtime from Lengthy AWS Outages

Please post your experience on Percona XtraDB Cluster (PXC) on AWS. I would help us since we want to explore this option.

Post: Replication in MySQL 5.6: GTIDs benefits and limitations - Part 2

to have much easier failover than with file-based replication. We will see how toto master_port=10002; mysql> start slave; # And then check the number of records from the t table s1> select count(*) from t; +———-+ | count…? A ‘Last_Executed_GTID’ column would have been useful. In our case we …

Post: How to fix your PRM cluster when upgrading to RHEL/CentOS 6.4

to 6.4, upgrading your distribution to 6.4 may break your cluster. In this post I will explain you how to fix your cluster in

Post: Replication in MySQL 5.6: GTIDs benefits and limitations - Part 1

in MySQL 5.6. They open up a lot of opportunities to make the life of DBAs much easier when having to…. The manual describes very nicely how to switch to GTID-based replication, I …code: 1593 These simple tests answer the first two questions: replication works only if all servers have the same value

Post: The small improvements of MySQL 5.6: Duplicate Index Detection

to analyze it in-depth.  If you try to do something like this in MySQL 5.5, you will succeed without errors or warnings: mysqlcolumns (in the same order) and the server will not complain. If we execute the same sentences in MySQL