If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > how does db2 calculate from which lsn to replay transaction when doing crash recovery

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-10-07, 04:17
myprotein myprotein is offline
Registered User
 
Join Date: Aug 2007
Posts: 23
how does db2 calculate from which lsn to replay transaction when doing crash recovery

I think that each container is marked with a lsn that is committed the last time,when crash recovery ,db2 compare each container's mark and the min(lowtranlsn,minbuflsn) in the logs, and do replay from MIN(lowist container mark, min(minbuflsn,lowtranlsn)).

does it do like this?

thanks

Last edited by myprotein; 09-10-07 at 04:23.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On