Disk space management inside Voron by @rahien ayende.com
Voron is RavenDB’s storage engine. It is how we store data, keep transactions and in generally get a lot of our abilities. In this post, I want to talk about the way RavenDB manages disk space internally. Voron uses a single data file to do its work, the data file is divided into 8KB pages, like so:
Report Story
Leave Your Comment