MySQL Forums
Forum List  »  Performance

Re: Older version of MySQL server are faster than newer Versions
Posted by: Miran Nadir
Date: May 06, 2021 04:54PM

Hi,
The machine is running Windows 7 pro 64bit
The machine memory is 8GB
Intel Core i5 CPU 760 processor @ 2.80GHz 2.93GHz
Note: nothing else are running on the machine, in fact it has just been formated, the only things installed are the prerequisites software for the MySQL installer like .net framework and C++ redistributables

I don't specify anything when restoring the database:
create dbname;
use dbname;
source d:\dumpeddbfile.sql

if you asking how the dumpeddbfile.sql have been created, then it is created using the command below:

mysqldump -uroot -prootpassword --result-file="d:\dumpeddbfile.sql" dbname

Did you try to reproduce the testes which I did and measure times between 5.5 and 8.0?

Options: ReplyQuote


Subject
Views
Written By
Posted
324
May 06, 2021 02:17PM
324
May 09, 2021 11:28AM
288
May 09, 2021 12:27PM
276
May 10, 2021 01:42AM
282
May 10, 2021 10:17AM
265
May 10, 2021 11:15AM
377
May 10, 2021 02:39PM
298
May 11, 2021 06:58AM
271
May 11, 2021 11:42AM
344
May 11, 2021 01:14PM
282
May 11, 2021 02:05PM
Re: Older version of MySQL server are faster than newer Versions
325
May 06, 2021 04:54PM


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.