MySQL Forums
Forum List  »  Performance

Re: innodb_checksum_algorithm stic_crc32 is slow response
Posted by: Rick James
Date: December 14, 2014 11:51AM

To further chase the algorithm...

SET profiling = 1;
perform the query
SHOW PROFILES;
SHOW PROFILE FOR QUERY ##; -- the number for the given query

Then compare the outputs on the two machines; you may be able to spot the item where the CRC is computed.

In any case, present your finding in a bug report at bugs.mysql.com -- that can start the ball rolling to get the documentation 'fixed'.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: innodb_checksum_algorithm stic_crc32 is slow response
976
December 14, 2014 11:51AM


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.