"Jiri Matejka" <[EMAIL PROTECTED]> wrote:
> Now I found one more "strange" thing - if I use show tables to get table
> properties, then if table is MyISAM the number of rows is correct and if it
> is InnoDB number of rows is around 2000 lower... And the innodb table looks
> 8 times bigger than myisam table (field data_length in show table status
> query)...
It's documented feature:
SHOW TABLE STATUS does not give accurate statistics on InnoDB tables,
except for the physical size reserved by the table. The row count is only
a rough estimate used in SQL optimization.
http://www.mysql.com/doc/en/InnoDB_restrictions.html
--
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Egor Egorov
/ /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED]
/_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net
<___/ www.mysql.com
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]