SQL - Indexes and Query Performance
You created a B-tree index on the
user_id column, but queries filtering by user_id remain slow. What is a likely reason?