Hacker News new | ask | show | jobs
by wonnor 1468 days ago
You are comparing performance on your system with an index on all three columns to a system with no indexes on the filter columns.
1 comments

In every comparison with other DBs, I made sure the other system was as fast as I could make it with proper indexes on every column I was querying against.
What indexes did you add on Postgres for that query?