deop快 rename table old_table to new_table 相当于create了一个new_table,将原表old_table的数据insert到new_table,然后drop掉原表old_table.
mysql数据库中的表数据量在千万级别。drop和rename哪个快一些
deop快
rename table old_table to new_table
相当于create了一个new_table,将原表old_table的数据insert到new_table,然后drop掉原表old_table.2019-07-29