Duplicator icon indicating copy to clipboard operation
Duplicator copied to clipboard

Use transactions in case of InnoDB

Open mestaritonttu opened this issue 5 years ago • 1 comments

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

mestaritonttu avatar Jun 12 '19 15:06 mestaritonttu