MySQL Forums
Forum List  »  Performance

Re: Batch Execution
Posted by: Shawn Taylor
Date: November 10, 2010 01:16PM

So your deletes will run sequentially then.


delete from test.t1;
delete from test.t2;

The t2 table values will not be deleted until the t1 delete statement is finished.

> I require to run multiple delete queries on multiple tables at same time.

Please explain the requirement a little more, specifically 'multiple deletes on multiple tables at the same time'.

What are you deleting, why do they need to run concurrently etc.

Shawn

Options: ReplyQuote


Subject
Views
Written By
Posted
2297
November 08, 2010 11:40PM
805
November 09, 2010 10:28AM
685
November 09, 2010 11:34PM
Re: Batch Execution
782
November 10, 2010 01:16PM
960
November 10, 2010 11:09PM
857
November 12, 2010 12:22AM
1147
November 11, 2010 12:29PM


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.