MySQL Forums
Forum List  »  InnoDB

Re: tablespace size on windows platform
Posted by: James Day
Date: January 26, 2005 07:56AM

It's not really necessary if you have a sufficient budget. You can use a slave, do that on the slave, then switch master and do it on the former master. If you do it on a single machine you can sometimes free the fragmented space in a single table to the tablespace by using alter table engine=innodb; without excessive pain because transactions will wait. That is not practical for larger tables which must be continuously available. If you need to reduce the size of the tablespace itself you're left with the dump and reload option.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: tablespace size on windows platform
2644
January 26, 2005 07:56AM


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.