We're currently using MySQL with innodb and we have some large tables that are compact in row format. When I change the row format to compressed we are still seeing the same size for the table. Anyone know the reason for this?
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
closed as too localized by Mark Storey-Smith, dezso, RolandoMySQLDBA, Max Vernon, Derek Downey Apr 29 at 20:25
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
I got it, I just had to change the file format to barracuda |
|||||
|

SHOW CREATE TABLE tablename\Gand post the output in the qustion. Also, show theALTER TABLEcommand you used to compress the table. Just for clarity, please runSHOW VARIABLES LIKE 'innodb_file_per_table';and tell us if that is on or off. – RolandoMySQLDBA Nov 30 '12 at 0:19