MySQL Forums
Forum List  »  Performance

Re: why MySql 8.0.17 Select query performance is slower than Mysql 5.7.26?
Posted by: Peter Brawley
Date: January 28, 2020 06:42PM

As Edwin indicates, InnoDB is preferable for performance tuning.

How much ram is there?

While you're stuck in MyISAM, the key setting is key_buffer_size. What was it under 5.7 and what is it now? What is Key_read_requests / Key_reads?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: why MySql 8.0.17 Select query performance is slower than Mysql 5.7.26?
558
January 28, 2020 06:42PM


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.