MySQL Forums
Forum List  »  InnoDB

Re: Bulk Insert
Posted by: Peter Brawley
Date: June 11, 2017 01:14PM

Multiple inserts per statement are faster than single inserts. Load Data is faster than Insert. But Load Data is can be 20 times faster to a MyISAM table than to an InnoDB table. So it's complicated.

See https://nbsoftsolutions.com/blog/optimizing-innodb-bulk-insert for useful notes on optimising InnoDB bulk inserts

See https://dba.stackexchange.com/questions/31752/mysql-load-data-infile-slows-by-80-after-a-few-gigs-of-input-with-innodb-engine for a discussion of optimising Load Data with InnoDB

See https://www.slideshare.net/billkarwin/load-data-fast for a recent slideshow on optimising Load Data

See http://www.speedemy.com/17-key-mysql-config-file-settings-mysql-5-7-proof/ for good sugestions on tuning InnoDB.



Edited 1 time(s). Last edit at 06/11/2017 01:47PM by Peter Brawley.

Options: ReplyQuote


Subject
Views
Written By
Posted
1739
June 11, 2017 07:26AM
Re: Bulk Insert
800
June 11, 2017 01:14PM


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.