MySQL Forums
Forum List  »  InnoDB

MySQL innoDB disk file size
Posted by: Arash Rahmani
Date: August 13, 2013 03:31AM

I am setting up a solution that will insert arount 100 million records in a table per month and every row will have a timestamp that will be indexed. The idea is to only store data regardiong the last 3 months in this table, so the total row count in this table will be approximately 300 million rows. Therefore every night an event will delete the rows that are older that 3 months.

I understand that the innodb files can never be reduced in size but in this case, will the innodb file size grow for every month when new data is inserted or will the new data replace the deleted data file storage?



Edited 1 time(s). Last edit at 08/13/2013 04:56AM by Arash Rahmani.

Options: ReplyQuote


Subject
Views
Written By
Posted
MySQL innoDB disk file size
1751
August 13, 2013 03:31AM
1123
August 13, 2013 11:14PM


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.