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

Not necessarily. If your table is very wide but you're only reading one column, you'll do massively less I/O with a columnar or hybrid structure. And that's even before other tricks like storing the min/max values of each column in the pages (so you can skip pages for range queries) or SIMD.


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

Search: