Friday, August 8, 2025

Database logging

Logging allows the changed data to be updated to the table at a later time. Although logging is achieved by writing the data out to log, it has better performance than writing the data out to table  the reason is logging is always appending at the end of the log file as compare to randomly seek to the spot when writing to the table. The io is also less 

No comments: