|
-
On active systems a lot can happen in three seconds.
My redo buffer is 172Kbytes. So a third of that amount (say around 63K) in transactions will trigger a write. This volume of transaction can obviously occur very much quicker than 3 seconds.
The idea is to get the redo buffer onto disk as quickly as possible because data buffer writes may be delayed. The redo logs are then the "instantaneous" receptors for data changes. This is necesary fro crash recovery to recover all transactions prior to failure
John Doyle
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|