Does renaming a table in MySQL 5.1 create a temporay table or does it just rename the file .
I want to rename a huge table in Prod , the behaviour of the rename defines how long it will take .
ALTER TABLE
operations that are performed in place do not require creating a temporary copy of the original table. These operations include: