Hacker News new | past | comments | ask | show | jobs | submit login

Yes, but paged b-trees are more graceful when they can’t fit in memory—which was the default when I cut my teeth on databases.

It’s also a reason why MyIsam separated data and index files. InnoDb is a clustered index, so all the data is packed next to the primary key.




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

Search: