Database / SQL
What is cardinality?
The ratio of distinct values to the number of table rows. A column with only two distinct values in a million-row table would have low cardinality.
To view the index cardinality, you use the SHOW INDEXES command.
More Related questions...