MySQL Forums
Forum List  »  Optimizer & Parser

Re: deleting approx. 180m records a month
Posted by: KimSeong Loh
Date: November 06, 2006 07:04PM

If you are using MyISAM, maybe using the MERGE table engine will help.
Have each month data in 1 MyISAM table, and use the MERGE table facility to create a 3 months merged table for your other use.

Options: ReplyQuote


Subject
Views
Written By
Posted
2936
November 06, 2006 03:09PM
Re: deleting approx. 180m records a month
1972
November 06, 2006 07:04PM


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.