What is the best approach to archiving records in the database.
In my case, when the user is done with the job, they put a status of ARCHIVE on the record.
Is it best to keep the ARCHIVE record in the regular transaction (or Assignments) table with the ARCHIVE status.....or is it a good idea to write the archive record to a separate table.
In my case, when the user is done with the job, they put a status of ARCHIVE on the record.
Is it best to keep the ARCHIVE record in the regular transaction (or Assignments) table with the ARCHIVE status.....or is it a good idea to write the archive record to a separate table.