I have the number of rows in row x, but all index metrics are much larger than x, how is this possible? If I understand correctly, index power is the number of unique rows of this index.
FROM SHOW INDEX :
CardinalityEstimate the number of unique values ββin the index. This is updated by running ANALYZE TABLE or myisamchk -a. The power value is calculated based on statistics stored as integers, so the value is not necessarily accurate even for small tables.
- . , Btree .
btree 1 10, 5 5 . 5 ( )
, , . , . , ,
... , .
Source: https://habr.com/ru/post/1756616/More articles:Open source web code and change viewer for git - gitOpenGL issues compiling through Linux distributions - c ++Codeigniter and multiple inheritance - inheritancesetDefault for nested dictionary in python - pythonWhat are the nodes in the graph in English? - oopRails - saving search query / result - ruby-on-railsJQuery Validate: custom post not working - jquery-validateClass modifier for automatically generated classes - c #Access command line arguments in C - cAdd elements and clear pointer vector in C ++ - c ++All Articles