logoalt Hacker News

inigyoutoday at 1:43 PM1 replyview on HN

You'd have to at least increase the page size to allow 4kB of consecutive data without interfering with the page header.

OR you restructure the code and data to work around the page headers.


Replies

dist-epochtoday at 4:03 PM

Or you could write a new SQLite VFS that somehow separates the page headers from the page data.