Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
SahAssar
5mo ago
0 comments
Save
Share
How do you deal with deletion requirements in a immutable database? Like how do you delete personal data when requested?
0 comments
3 comments · 3 top-level
top
newest
oldest
radarroark
5mo 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
5mo ago
In the case of Datomic:
https://docs.datomic.com/operation/excision.html
mwarkentin
5mo ago
Crypto shredding?
j
/
k
navigate · click thread line to collapse