Bạn đã thử cách sau chưa?
SET autocommit=0;
SET unique_checks=0;
SET foreign_key_checks=0;
Từ Tài liệu tham khảo MySQL https:/ /dev.mysql.com/doc/refman/8.0/en/optimizing-innodb-bulk-data-loading.html
Xem Phần " Mẹo tải dữ liệu hàng loạt "