Deleted records

gnought

Member
I found that there is some deleted records, which flag transaction_deleted, existed in the database. Is it safe to delete them? Or will they be deleted while optimizing the database?
 

stanbusk

Administrator
Staff member
This is internal to the application. Depending on the table, records may be stay in place but with null data.
 

PacMan

New Member
regarding to your question if its safe to delete them?

well my opinion on that is no.

don't delete anything.

maybe there is a time that you will be needing those records.

just keep it in your database.

since data base can hold large no. of records.

but if database got full then this is the time to delete not

important records.
 
Top