MySQL InnoDB insertion is very slow
Posted
by dharmapurikar
on Stack Overflow
See other posts from Stack Overflow
or by dharmapurikar
Published on 2010-02-03T18:49:28Z
Indexed on
2010/03/13
15:55 UTC
Read the original article
Hit count: 391
We use MySQL server 5.1.43 64-bit edition. InnoDB is used as engine.
We have a sql script which we execute every time we build the application.
On ubuntu machine with MySQL server and InnoDB engine it takes about 55 seconds to complete the execution.
If I run the same script on OSX, it takes close to 3 minutes!
Any ideas why OSX is so slow while executing this script?
© Stack Overflow or respective owner