MySQL Forums
Forum List  »  Performance

Re: Load Data Infile takes a long time
Posted by: addision philip
Date: March 17, 2013 11:05PM

You can try below suggestions to speed up the process:
1.Split the load data file in to several small files.
2.Load these files in parallel.
3.Avoid BLOB
4.Set nb_batch_size.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Load Data Infile takes a long time
2057
March 17, 2013 11:05PM


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.