free-list-is-lifo

Status: IN

The page free list is LIFO: `free_page` pushes to the head and `allocate_page` pops from the head, so the most recently freed page is reused first.

Source: entries/2026/05/29/b-tree-storage-engine-btree-free_page.md

JSON