Re: MySQL 5.6 update doubled IOs
Posted by:
Rick James
Date: March 27, 2013 11:44PM
> Our DEVs told me they altered 3 tables from MyISAM to InnoDB after the upgrade.
Let's see the CREATE TABLEs for them, plus any queries on those tables that are now slow.
You have the slowlog turned on; please provide the busiest queries. Recommend pt-query-digest for summarizing.
> About 1G in total.
Probably grew by 3x after the conversion.
ext4 is sub-optimal for MySQL.
> table_open_cache = 50000
Terribly high. 500 would probably be better. The unit is 'table', not 'bytes'.
> slave-skip-errors = all
Ouch.
Were the 5.5 settings the same as the 5.6?
Subject
Views
Written By
Posted
3374
March 18, 2013 08:33AM
1365
March 19, 2013 08:58AM
1335
March 20, 2013 08:52AM
1326
March 21, 2013 09:51AM
1423
March 26, 2013 08:29AM
1399
March 27, 2013 11:11AM
Re: MySQL 5.6 update doubled IOs
1235
March 27, 2013 11:44PM
1261
March 28, 2013 02:17AM
1303
March 28, 2013 09:55AM
1893
March 29, 2013 02:20AM
1464
March 29, 2013 06:30AM
1379
March 29, 2013 06:56AM
1289
March 29, 2013 07:18AM
1246
March 29, 2013 07:49AM
1293
March 29, 2013 08:08AM
1280
March 29, 2013 10:07AM
1268
March 28, 2013 07:49PM
1312
March 29, 2013 01:23AM
1200
April 02, 2013 12:20AM
1247
April 02, 2013 12:30AM
1370
April 02, 2013 12:44AM
1212
April 02, 2013 02:23AM
1243
April 02, 2013 09:57PM
1306
April 03, 2013 12:46AM
1488
April 03, 2013 03:29AM
1256
April 05, 2013 01:57AM
1319
April 05, 2013 06:24AM
1217
April 10, 2013 08:12AM
1216
April 10, 2013 08:31AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.