Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Why not name your database "my_db_all" and then create a view called "my_db" that's just "select * from my_db_all where deleted != true", or something to that effect?


This seems to ignore the issues raised concerning foreign keys and consumer data protection pruning.


Just because a row is soft-deleted now doesn't mean it can't be actually deleted later.


This is still ignoring the issues listed in TFA?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: