Hacker News new | ask | show | jobs
by Scubabear68 765 days ago
I am surprised the article didn’t mention the obvious fix soft deletes potential performance issues - have a job run regularly that archives soft deleted data older than X units of time.

This allows for undoing a soft delete and gets rid of soft deleted rows eventually.

1 comments

Can't you just use a partition too?