Use SQLITE_SECURE_DELETE=1 to avoid vacuuming data #284

Open
opened 2020-08-06 16:57:51 +00:00 by gburd · 0 comments
gburd commented 2020-08-06 16:57:51 +00:00 (Migrated from github.com)

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.

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 in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: greg/mentat#284
No description provided.