Pack multiple meta pages into a single page
Closed this issue · 0 comments
kevmo314 commented
Right now, each meta page takes up 4096 bytes. This is kind of a waste since meta pages, unlike internal nodes, will rarely take up that much space. Let's pack multiple meta pages into a single disk page, let's set the size of a meta page to 256 bytes. This will probably involve decoupling the "linked list" part of the meta page from the actual "page" part of the meta page so will need some memory and API rejiggering.