MySQL Forums
Forum List  »  Optimizer & Parser

Re: fast way to delete records?
Posted by: tri.truong
Date: June 08, 2006 12:30PM

This is probably not a help now but MySQL version 5.1 will support range partitioning. You would then be able to drop or truncate a partition from a table rather than deleting rows from it. Partitioning provides a great administrative and performance advantage.

Options: ReplyQuote


Subject
Views
Written By
Posted
14207
ylu
May 23, 2006 03:35PM
6129
May 24, 2006 06:43PM
Re: fast way to delete records?
4484
June 08, 2006 12:30PM


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.