MySQL Forums
Forum List  »  InnoDB

ibdata1 file still growing even with innodb_file_per_table option
Posted by: Gharieb Abdel-Mawla
Date: December 14, 2009 03:18AM

Hi,
InnoDB data file (ibdata1) was growing fast and it reached more than 35 GB, so that I tried to separate this file into ibdata file per table and I did these steps:
1-Took backup from all databases.
2-Uninstalled MySQL and re-installed fresh one.
3-Configured InnoDB option innodb_file_per_table to be enabled.
4-Restored all databases.

and then ibdata file was created indeed to every table but after 4 days ibdata1 file(the shared one) was about 15 GB.that means ibdata1 file still growing even with innodb_file_per_table option !!
So how can I prevent or reduce ibdata1 file growing ?? and why this file still growing rapidly after enabling this option??

Options: ReplyQuote


Subject
Views
Written By
Posted
ibdata1 file still growing even with innodb_file_per_table option
4802
December 14, 2009 03:18AM


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.