-1

More specifically, if I have a forum, should the administrator be able to delete completely ( wiping the database), or just set a hidden flag, when it comes to posts, boards or threads?

  • 1
    Possible duplicate of [Database: To delete or not to delete records](https://stackoverflow.com/questions/502501/database-to-delete-or-not-to-delete-records) – JJJ Jun 02 '18 at 14:58

1 Answers1

-1

Having a flag is always better approach than removing / deleting the record from database, As it will be useful in many cases, such as,

  1. -Accidental deletions
  2. Data analysis
  3. History prospective
  4. Identifying spam users (in your case i.e. forum) etc.
SwapnilKumbhar
  • 347
  • 2
  • 5
  • 17