PostgreSQL - Indexing Strategies
You created a B-tree index on column
email but notice queries filtering by LOWER(email) are slow. What is the likely problem?