Should I delete or disable a row in a relational database?

后端 未结 18 2333
忘了有多久
忘了有多久 2020-12-23 10:09

In a brand new program where space isn\'t really that big a deal, is it better to delete a row or to disable a row by let\'s say a boolean \"Disabled\" and have the program

18条回答
  •  萌比男神i
    2020-12-23 10:36

    Unless you have a specific need for managing your own deletions, you are better off just deleting the rows.

提交回复
热议问题