Lock Tables before inserting data
Locking the tables before inserting data (and unlocking them afterwards) improves the import performance significantly. In addition, it adds a bit of a security level.
Locking the tables before inserting data (and unlocking them afterwards) improves the import performance significantly. In addition, it adds a bit of a security level.