Hacker News
new
past
comments
ask
show
jobs
points
by
dolmen
11 hours ago
|
comments
by
inigyou
7 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.
reply
by
dist-epoch
5 hours ago
|
parent
|
[-]
Or you could write a new SQLite VFS that somehow separates the page headers from the page data.
reply