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.
Subject
Views
Written By
Posted
Improve performance when Insert into ... select ...
1650
December 15, 2016 03:59AM
2226
December 15, 2016 10:00AM
1194
December 15, 2016 07:34PM
1163
December 15, 2016 08:08PM
1304
December 15, 2016 08:18PM
1077
December 15, 2016 09:16PM
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.