G gnought Member Oct 22, 2010 #1 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?
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 Oct 25, 2010 #2 This is internal to the application. Depending on the table, records may be stay in place but with null data.
This is internal to the application. Depending on the table, records may be stay in place but with null data.
P PacMan New Member Nov 3, 2010 #3 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.
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.