Re: Painfully slow import
At the beginning you have ...
set autocommit=0;
set unique_checks=0;
set foreign_key_checks=0;
and at the end ...
commit;
set unique_checks=1;
set foreign_key_checks=1;
?
Subject
Views
Written By
Posted
7706
July 17, 2020 03:37AM
Re: Painfully slow import
2474
July 17, 2020 11:36AM
2357
July 17, 2020 11:53AM
1940
July 17, 2020 12:18PM
2045
July 17, 2020 12:26PM
1790
July 17, 2020 03:35PM
1889
July 19, 2020 07:10AM
1824
July 19, 2020 11:57AM
2132
July 19, 2020 01:00PM
1988
July 19, 2020 01:48PM
1972
July 19, 2020 02:48PM
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.