On Jun 29, 2016 10:14 PM, "Roger Binns" <rog...@rogerbinns.com> wrote:
>
> On 29/06/16 19:13, Scott Robison wrote:
> > Given the nature of VFS, it is trivial* for anyone to create a module to
> > provide this very functionality. So you can write it yourself!
> >
> > *Not really trivial, but probably not horribly difficult either.
>
> VFS is one way you can't reasonably do it.  The VFS is handed full size
> pages, so the checksums would have to be stored somewhere other than the
> page.  That leads to a *very* complex implementation.

I'm not suggesting it is an ideal solution. Just that at least one solution
exists. Given the flexibility demonstrated in VFS sample implementations,
it is one possibility.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to