MySQL Forums
Forum List  »  Performance

Re: How to get fast Performance during Insert Large Volume of records into table
Posted by: Rick James
Date: September 27, 2014 08:16AM

There are several techniques. But first, please provide SHOW CREATE TABLE for the large table. Do the inserted rows have all the columns (except perhaps for an AUTO_INCREMENT?

If you have multiple indexes on the big table, please justify each index. The extra indexes may be the sole cause of the problem. In that case, we can look for ways to avoid the them, but still achieve the goals.

Some solutions might be in
http://mysql.rjweb.org/doc.php/datawarehouse
However, with the specifics, I can tailor my answer to what you have.

(For the non-Indian readers, that's 150M rows.)

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How to get fast Performance during Insert Large Volume of records into table
967
September 27, 2014 08:16AM


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.