SQL - Indexes and Query Performance
You want to optimize queries filtering on
status and created_date. You create a composite index on (created_date, status). Why might this be suboptimal?