SQL - Indexes and Query Performance
You created a B-tree index on the
email column of the users table, but queries filtering by email are still slow. What is a likely cause?