[Phpmyadmin-devel] The definition of table size
Marc Delisle
marc at infomarc.info
Mon Jan 3 12:31:27 CET 2011
Le 2011-01-03 01:17, Madhura Jayaratne a écrit :
> Hi all,
>
> I was looking into the bug reported under [0] which refers to listing of
> tables in a wrong order when sorted by the 'Size'. The error is due to the
> definition of 'Size', where size is calculated as (Data_length +
> Index_length) while it is sorted only by 'Data_length'. I would like to know
> what the correct definition for table size. Is it (Data_length +
> Index_length) or 'Data_length'?
Hi,
Total table size is data size + index size.
--
Marc Delisle
http://infomarc.info
More information about the Developers
mailing list