On Tue, Feb 7, 2012 at 11:12 AM, Michael Stephenson
<domehead...@gmail.com> wrote:
> It's almost trivial to add per-page checksums at the page level.  Here are 
> basic steps:

This is not enough, though it's a lot better than nothing.  You need
to be able to store the checksums where the page pointers are stored.
This requires extensive changes to the btree layer in SQLite3.  And it
requires COW-ish updates too (which WAL basically provides, but WAL is
an option).

Nico
--
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to