11-05-2009, 09:17 AM
|
#1 (permalink)
|
|
The Acquainted
Join Date: Oct 2007
Location: Newcastle, UK
Posts: 113
Thanks: 3
|
Deleting rows from a large web app
Say I'm making a web app which will hold a lot of data. If a user chooses to delete something, would you delete the row or use a field to mark that it's been deleted?
Deleting the row will keep the size of the table down and will mean I'm not storing data I don't need but just marking the row deleted will mean nothing is ever really lost, even if the end user can't get it back themselves.
Is there a best practice for situations like this?
|
|
|