Posts in databases


Disk-based algorithms
• 3 min read

I have lately been studying how databases work under the hood. There are many problems that a database has to solve. At the moment, I've been having fun exploring how data is stored on disk. Previously, I wrote about how a hashtable is stored on disk. This post is somewhat similar– I talk about how data stored on disk can be sorted.
Continue Reading »