MySQL Forums
Forum List  »  Performance

Re: why MySql 8.0.17 Select query performance is slower than Mysql 5.7.26?
Posted by: Edwin Desouza
Date: February 10, 2020 06:16PM

yes, InnoDB takes up more storage than MyISAM...

and, even so, Facebook, Twitter, Uber, Booking, etc have all prohibited the use of MyISAM. They use InnoDB as the default engine for MySQL.

learn more...


Benchmarks: InnoDB -vs- MyISAM
- http://dimitrik.free.fr/blog/archives/2015/12/mysql-performance-revisiting-innodb-vs-myisam-with-mysql-57.html

Functionality: InnoDB -vs- MyISAM
- https://www.percona.com/blog/2016/10/11/mysql-8-0-end-myisam/
- http://dbahire.com/today-is-the-day-in-which-myisam-is-no-longer-needed/
- http://www.ovaistariq.net/460/why-do-i-recommend-switching-over-from-myisam-to-innodb/

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: why MySql 8.0.17 Select query performance is slower than Mysql 5.7.26?
517
February 10, 2020 06:16PM


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.