Hacker News new | ask | show | jobs
Ask HN: Why do we organise files in pages?
1 points by izhak 516 days ago
It’s a common pattern found everywhere: ELF is paged based, most of dbs’ files, PDF is page based and what not.

Why is that? Whats the major point(s?) behind this design?