MySQL Forums
Forum List  »  InnoDB

how to migrate 500gb table from 5.5 to barracuda without locking table?
Posted by: Siegfried Kiermayer
Date: October 26, 2017 08:04AM

Hi,

i have a table with around 500gb. It contains around 30M rows but the data inside is big.

I do not have enough space left over to copy the whole table, i also need to do it live or in a time range of only a few hours.

I deleted already data from that table (in one row) but the table size didn't went down. I suspect that there needs to be an optimize running but i don't think this is block free.

I have the following ideas:
- Delete data in one column, than use optimize to reduze table size, than hope that the upgrade to barracude doesn't take that long
-> Issue: absolutly unclear if this works in time and table size didn't went down when i deleted data in one column

- Delete data, than create a new table with compression and move data block by block
-> Issue: table size is not going down

- Create partition, optimize small tables
-> Issue: i don't think this works in parallel

Has anyone an idea what to do with this huge table?

Options: ReplyQuote


Subject
Views
Written By
Posted
how to migrate 500gb table from 5.5 to barracuda without locking table?
959
October 26, 2017 08:04AM


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.