I wonder if it is a good idea to use phpMyAdmin's empty
feature on a table with ~12gb on a production server. I don't want to cause too much lag but need to free some disk space.
This needs to be done on a Debian powered DELL Server:
MySQL 5.1.49 Intel Xeon X3430 @ 2.40Ghz 4GB Memory
Assuming that phpMyAdmin uses TRUNCATE
to empty the table. Can I expect several minutes or even hours to truncate the table or is it a rather quick process similar dropping a table?