Welcome back to fun with databases! In Part 1 of this series, we learned that: SQLite databases are organized into fixed-size pages. I made an example database which had 1k pages. The pages are all part of a kind of tree called a btree. There are two kinds of pages: interior pages and leaf pages. Data is only stored in leaf pages. I mentioned last time that I put in some print statements to tell m


{{#tags}}- {{label}}
{{/tags}}