MySQL Forums
Forum List  »  Newbie

Re: Need help in purging MySql DataBase
Posted by: Phillip Ward
Date: June 22, 2016 06:09AM

Assuming you have InnoDB's File-per-Table option enabled, then "datapoint.ibd" is the data file that contains your table called "datapoint".

Want to make datapoint.ibd smaller? Remove some rows from the datapoint table.
That's pretty much all you can do.

As Peter says, 82 GB isn't big; not for a Database. You may have to rethink your capacity plan (i.e get more disk space).

Regards, Phill W.

Options: ReplyQuote


Subject
Written By
Posted
Re: Need help in purging MySql DataBase
June 22, 2016 06:09AM


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.