SQL - Indexes and Query Performance
A table
events has an index on event_type. You notice that queries filtering on event_type are slower than expected. The column has only three distinct values. What is the best explanation?