8
8
ANALYZE TABLE table_name [, table_name] ...
12
13
ANALYZE functionality differs depending on the storage engine.
15
you issue an ANALYZE command. To update the index cardinality, there will be 10 random dives into each index, retrieving an estimated cardinality. Therefore, several ANALYZE TABLEs in a row are likely to produce different results each time.