Comments on: How to use ORDER BY and LIMIT on multi-table updates in MySQL http://www.xaprb.com/blog/2006/08/10/how-to-use-order-by-and-limit-on-multi-table-updates-in-mysql/ Stay curious! Thu, 02 May 2013 12:36:53 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: flower http://www.xaprb.com/blog/2006/08/10/how-to-use-order-by-and-limit-on-multi-table-updates-in-mysql/#comment-33807 flower Thu, 07 Mar 2013 07:13:57 +0000 http://www.xaprb.com/blog/?p=211#comment-33807 Will it perform well for the larger data set?
I want this query for updating two tables which has > 8 billion rows.

]]>
By: okehc http://www.xaprb.com/blog/2006/08/10/how-to-use-order-by-and-limit-on-multi-table-updates-in-mysql/#comment-19887 okehc Thu, 23 Feb 2012 19:37:08 +0000 http://www.xaprb.com/blog/?p=211#comment-19887 thanks for the info, it really help me..

]]>
By: Harish Balakrishnan http://www.xaprb.com/blog/2006/08/10/how-to-use-order-by-and-limit-on-multi-table-updates-in-mysql/#comment-15226 Harish Balakrishnan Mon, 13 Oct 2008 06:16:48 +0000 http://www.xaprb.com/blog/?p=211#comment-15226 Hi,

Is it possible to have update in a iterative loop with start index and range wtih the query? I wouuld like to have the update happen in steps with loop to avoid getting the entire table locked.

Also, I do fine the query takes around 10.88 secs to update to complete. this is one reason i prefer to have update happen in steps so that entire table locking do not happen.

its innodb table.

Regards

Harish

]]>