mmap But how, exactly, databases use mmap? A saga through BoltDB source code to understand how mmap works in databases
mmap Discovering and exploring mmap using Go Recently I've come to know the concept of memory-mapped files while watching a lecture of the course Intro to Database Systems of Andy Pavlo on database storage. One of the main problems a database storage engine has to solve is how to deal with
software engineering My Thoughts on A Plea for Lean Software A Plea for Lean Software[1] is a classical paper that presents us with some hints of why software increase in complexity and give us some advice on how to avoid or minimize complexity. Here I present my interpretation of Niklaus Wirth's ideas in