Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Use SQLITE_SECURE_DELETE=1 to avoid vacuuming data #789

Open
ncalexan opened this issue Jul 17, 2018 · 0 comments
Open

Use SQLITE_SECURE_DELETE=1 to avoid vacuuming data #789

ncalexan opened this issue Jul 17, 2018 · 0 comments
Labels

Comments

@ncalexan
Copy link
Member

From https://searchfox.org/mozilla-central/rev/c296d5b2391c8b37374b118180b64cca66c0aa16/db/sqlite3/src/moz.build#26-27:

-DSQLITE_SECURE_DELETE=1 will cause SQLITE to 0-fill delete data so we don't have to vacuum to make sure the data is not visible in the file.

This is particularly relevant to #21 and the work-in-progress #766.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant