Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
anton_gogolev
on June 15, 2017
|
parent
|
context
|
favorite
| on:
Writing a MySQL storage engine from scratch (2016)
Oh, and it becomes painfully obvious why MySQL cannot use more than one index while executing the query.
morgo
on June 15, 2017
|
next
[–]
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...
hoschicz
on June 15, 2017
|
prev
|
next
[–]
Can PostgreSQL use more than one index per table while executing a query?
anton_gogolev
on June 15, 2017
|
parent
|
next
[–]
Absolutely:
https://www.postgresql.org/docs/8.3/static/indexes-bitmap-sc...
sfilargi
on June 15, 2017
|
prev
[–]
one index
per table
(Sorry for being pedantic)
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: