On 14 Jul 2015, at 2:53pm, Mikael <mikael.trash at gmail.com> wrote:

> This is awesome as it's a quite nice data integrity guarantee: this
> guarantees that data is in the right place (so broken sector mapping tables
> won't break anything) and is correct!
> 
> Does SQLite do the same, what about SQLite do the same, patch?

For details on the SQLite file format see

<https://www.sqlite.org/fileformat.html>
<https://www.sqlite.org/fileformat2.html>

As you can see, journal pages carry checksums, database pages don't.

Simon.

Reply via email to