Comment by inigyou

9 hours ago

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.

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