MySQL Forums
Forum List  »  Performance

Improve performance when Insert into ... select ...
Posted by: Lyu Joey
Date: December 15, 2016 03:59AM

my case is:

a database, the table's engine is INNODB, each table has an AUTO_INCREMENT PK, and some of tables have indexs, each table's data comes from other databases by "insert into ... select ...". The source database's table has hundreds of thousands rows at most. I process all of these datas day by day, and each select will retrieve thousands rows.

Now, I found the performance is very low. So, how to improve performance in this case?

Thanks.

Options: ReplyQuote


Subject
Views
Written By
Posted
Improve performance when Insert into ... select ...
1688
December 15, 2016 03:59AM


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.