flâneur

How Does a Database Work? | Let’s Build a Simple Database

cstack.github.io · 280 words · saved by 4 readers

Writing a sqlite clone from scratch in C

Let's Build a Simple Database Writing a sqlite clone from scratch in C Overview View on GitHub (pull requests welcome) This project is no longer under active development. You can read more here. But if you'd like to keep learning how to make your own SQLite clone from scratch, or one of many other projects like Docker, Redis, Git or BitTorrent, try CodeCrafters. What format is data saved in? (in memory and on disk) When does it move from memory to disk? Why can there only be one primary key per table? How does rolling back a transaction work? How are indexes formatted? When and how…

saved by

related reading