Performance of insert on duplicate key update
Hi:I am on mysql 5.5. I have a large InnoDB table (~30M rows). I have about 4-5K insert on duplicate key update queries every 5 minutes. As table grows these inserts are becoming slower and slower. I added partitioning to the table by a timestamp field. This version doesn't support explain plan for inserts and updates. Is there a way to limit the number of partitions the query scans for updates? In other words is there a way to include the timestamp field in my insert on duplicate key update query?
Thanks
Ravi
Subject
Views
Written By
Posted
Performance of insert on duplicate key update
10748
October 23, 2014 02:03PM
4755
October 24, 2014 10:39AM
3324
October 24, 2014 11:54AM
3555
October 25, 2014 12:51PM
2675
October 27, 2014 07:44AM
2944
October 28, 2014 11:33AM
2027
November 04, 2014 06:40AM
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.