MySQL Forums
Forum List  »  Memory Storage Engine

Re: Problem creating indices, autoincrement id's on HEAP engine.
Posted by: Ingo Strüwing
Date: May 09, 2005 03:25AM

Well, yes and no. It has to do with how ALTER TABLE is implemented in general. Up to the current 5.0, ALTER TABLE always does a full table copy and new index creations (exept of trivial attribute name changes or disable/enable keys). this means that you need twice the size of the table during the ALTER TABLE.

This is going to change. Work for it is in progress, but I cannot guarantee that it will be added to 5.0. It might go into 5.1.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Problem creating indices, autoincrement id's on HEAP engine.
4857
May 09, 2005 03:25AM


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.