Database: To delete or not to delete records

前端 未结 8 822
一个人的身影
一个人的身影 2020-12-07 08:41

I don\'t think I am the only person wondering about this. What do you usually practice about database behavior? Do you prefer to delete a record from the database physically

8条回答
  •  北海茫月
    2020-12-07 09:15

    If you are concerned about "dormant" records slowing down your database access, you may want to move those rows into another table acting as an "archive" table.

提交回复
热议问题