MySQL Forums
Forum List  »  Performance

Re: MySQL 8 - terrible performance
Posted by: Frederic Descamps
Date: February 14, 2019 12:28AM

Hi this is indeed during initialization part, don't forget that in MySQL 8.0 there is a transactional DataDictionary that must be created with several GIS information too.

This should be an operation that will occur only once.

Of course, a poor storage is much more affected. If you want to improve this, you can try to replay your test using --innodb_flush_log_at_trx_commit=0

Regards,

Options: ReplyQuote


Subject
Views
Written By
Posted
12307
February 11, 2019 02:09AM
3775
February 11, 2019 10:47AM
3209
February 11, 2019 11:55AM
2927
February 11, 2019 12:52PM
2606
February 11, 2019 08:13PM
2572
February 12, 2019 02:59AM
2742
February 13, 2019 03:36AM
Re: MySQL 8 - terrible performance
2311
February 14, 2019 12:28AM
2360
February 14, 2019 03:33AM
2080
February 15, 2019 03:32AM
2089
February 15, 2019 05:23AM
1949
March 18, 2019 05:19AM


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.