MySQL Forums
Forum List  »  Newbie

Re: How to delete millions of record in a loop
Posted by: pandu hondu
Date: November 16, 2016 11:07PM

I was not provided with selective deletion of data requirement before therefore I didn't use.

I'm using LIMIT 3; as I want to delete only certain number of records then go for next run of deletion. Does mysql locks the table when its performing deletion ?

I want to loop it and therefore using "REPEAT" and "END REPEAT"

Options: ReplyQuote




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.