Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use SQLITE_SECURE_DELETE=1 to avoid vacuuming data #284

Open
gburd opened this issue Aug 6, 2020 · 0 comments
Open

Use SQLITE_SECURE_DELETE=1 to avoid vacuuming data #284

gburd opened this issue Aug 6, 2020 · 0 comments
Labels

Comments

@gburd
Copy link

gburd commented Aug 6, 2020

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 mozilla#766.

@gburd gburd added the A-build label Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant