Hey, today I found that my created indexed only has Cardinality:144 and total database contains 800,000 records, my some of the indexes cover all records and this index covers only 144 ?
The cardinality will equal the number of unique rows. Of your 800K records, there are only 144 unique values in that column.