|
|
|
|
|
by blindriver
612 days ago
|
|
You clearly have not worked at global companies with concerns that go beyond “can I do it?”. I’ve used percona and I’ve used these tools before and percona is great. But when you’re at scale something as trivial as a table name change is not something you ever do because it’s not worth the risk of taking your entire site down. Just use the existing name no matter how bad it is. |
|
It certainly has a drop-swap approach which does a table rename, even though the resulting table ends up with the same name as before.
That's how I encountered the MySQL table-rename-crash bug.