Re: Dump is fast, load is VERY slow
A transactional database engine introduces considerably more statement-processing overhead than a non-transactional engine (so for example Load Data is much faster with a MyISAM table, but with it you lose ACID compliance). Multiple inserts/statement go a significant distance toward getting round that issue.
I know no way to cripple InnoDB in the way you suggest.
Subject
Views
Written By
Posted
4293
April 22, 2021 12:07PM
1777
April 22, 2021 06:45PM
1560
April 23, 2021 09:41AM
1447
April 23, 2021 09:49AM
1426
April 23, 2021 10:06AM
1385
April 23, 2021 10:22AM
1199
April 23, 2021 01:10PM
1328
April 23, 2021 01:42PM
1203
April 23, 2021 07:18PM
1150
April 23, 2021 08:14PM
1198
April 24, 2021 10:13AM
1173
April 24, 2021 04:41PM
1192
April 24, 2021 07:06PM
1311
April 24, 2021 07:16PM
Re: Dump is fast, load is VERY slow
1340
April 24, 2021 09:33PM
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.