Importing to InnoDB databases is really slow, if transactions are not used. Here you can see, how transaction support is checked and transactions used in PW core: https://github.com/processwire/processwire/blob/dev/wire/core/WireDatabasePDO.php#L311
Importing to InnoDB databases is really slow, if transactions are not used.
Here you can see, how transaction support is checked and transactions used in PW core: https://github.com/processwire/processwire/blob/dev/wire/core/WireDatabasePDO.php#L311