I have a table containing 60 million rows. The structure is like entryid, date, sourceid, detail, views. (entryid, date, sourceid, detail) is the PK, and I also have indexes for each field except views.
The problem is the cardinalities of the four indexes are zero, but I am sure they should not.
I wonder why is that? And does it mean the index doesn’t work?
It’s possible that the table statistics have not been updated.
See this page on optimizing MyISAM tables:
The best way to determine whether an index is helping is to
explaina query: