Hacker News new | ask | show | jobs
by anton_gogolev 3290 days ago
Oh, and it becomes painfully obvious why MySQL cannot use more than one index while executing the query.
3 comments

It has been able to use more than one index per table since MySQL 5.0 (2005):

https://dev.mysql.com/doc/refman/5.7/en/index-merge-optimiza...

Can PostgreSQL use more than one index per table while executing a query?
one index per table

(Sorry for being pedantic)