MySQL Forums
Forum List  »  Partitioning

Re: Indexes Cardinality is NULL on Partitioned tables.
Posted by: Mattias Jonsson
Date: December 11, 2008 08:19AM

You should not need to run REPAIR TABLE, a ANALYZE TABLE would update the cardinality correctly

And it is not related to the use of partitioning, a non partitioned table has the same behavior.

Maybe these could be used as references.

Information about the statistics:
http://bugs.mysql.com/bug.php?id=34488

A verified bug, MyISAM and Heap tables should provide index stats without running ANALYZE TABLE:
http://bugs.mysql.com/bug.php?id=34467

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Indexes Cardinality is NULL on Partitioned tables.
2957
December 11, 2008 08:19AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.