Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I'm guessing this is due to MySQL using clustered indexes, which require a separate b-tree lookup for each matching row in the secondary index since all you have is the key. A Postgres secondary index actually contains the offset of the slotted page containing the row.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: