Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
0 points
SahAssar
2mo ago
0 comments
Share
How do you deal with deletion requirements in a immutable database? Like how do you delete personal data when requested?
undefined | Better HN
0 comments
default
newest
oldest
radarroark
2mo ago
The fastest approach is to just zero out the data. Alternatively you can rebuild the entire database while preserving only the data accessible in the latest copy of the db (kinda similar to SQLite's VACUUM command).
malloryerik
2mo ago
In the case of Datomic:
https://docs.datomic.com/operation/excision.html
mwarkentin
2mo ago
Crypto shredding?
j
/
k
navigate · click thread line to collapse