I have some table with BLOB field.
For a test, table contain 1000 rows.
When table using the 'Aria' engine, Heidi shows the size of the table, equal to 19,5Megabytes.
When table using the 'PBXT' engine, Heidi shows the size of the table, equal to 530,8Kilobytes.
Why? :(
Wrong tables size?
As example:
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
csvs Aria 10 Page 38164 121 4620288 68719484928 1957888 0 2012-03-09 23:10:44 2012-03-12 22:12:08 2012-03-09 23:11:08 utf8_general_ci page_checksum=1
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
csvs PBXT 10 Dynamic 38164 389 14846820 16777215 4083712 0 utf8_general_ci page_checksum=1
Please login to leave a reply, or register at first.