Runtime database checkpoint? |
[Edit] |
A database checkpoint is where all committed transactions are written to the redo/audit logs. The database administrator determines the frequency of the checkpoints based on volume of transactions. Too frequent checkpoints affect performance. Checkpoints that are too long in between will cause a longer mean time to recovery because more logs will have to be applied.
First answer by Ppyles. Last edit by Ppyles. Contributor trust: 116 [recommend contributor]. Question popularity: 9 [recommend question]
|
Research your answer: |
Can you answer other
questions about software and apps?



