MySQL Forums
Forum List  »  Archive Storage Engine

Re: Merging Archive tables with MyISAM tables
Posted by: Brian Aker
Date: November 30, 2005 05:41PM

Hi!

With 5.1 you can partition Archive files, so you can split the files up into smaller chunks if you need to.

MyISAM uses a packed format, Archive ignores packing and instead just compresses. So what you are observing is the native packing MyISAM already does.

Cheers,

-Brian

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Merging Archive tables with MyISAM tables
4674
November 30, 2005 05:41PM


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.