Hey guys,
I've a mysql database with about 112 tables and views. All of the tables are INNODB. I manage this with phpmyadmin, and stuff have been pretty much fine over the last one and a half years.
Suddenly I noticed this problem:
I needed to transfer the installation to another network server (running WinXP); I used the export feature in phpmyadmin to get out the table structure, and recreate them in the new database. This all happend well, and the eventual performance of queries is unhindered. Problem is, as soon as the tables had been created, even without any data, I noticed a rather high 'Overhead' figure (in red color) underneath each table where it says 'Space Usage'. The same figure (something like 5,012kb) was display as 'overhead' under ALL the tables. To confuse me further, on the main database page (showing all the tables in a list and with one of the columns titled 'Overhead'), there's nothing (only a dash) displayed as overhead on any of the table rows!
I've dropped and recreated everything several times with no success.
Kindly help out, anyone!
Regards,
Ifedi
I've a mysql database with about 112 tables and views. All of the tables are INNODB. I manage this with phpmyadmin, and stuff have been pretty much fine over the last one and a half years.
Suddenly I noticed this problem:
I needed to transfer the installation to another network server (running WinXP); I used the export feature in phpmyadmin to get out the table structure, and recreate them in the new database. This all happend well, and the eventual performance of queries is unhindered. Problem is, as soon as the tables had been created, even without any data, I noticed a rather high 'Overhead' figure (in red color) underneath each table where it says 'Space Usage'. The same figure (something like 5,012kb) was display as 'overhead' under ALL the tables. To confuse me further, on the main database page (showing all the tables in a list and with one of the columns titled 'Overhead'), there's nothing (only a dash) displayed as overhead on any of the table rows!
I've dropped and recreated everything several times with no success.
Kindly help out, anyone!
Regards,
Ifedi
Comment