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 > Db2_rr_to_rs

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-26-04, 15:01
J Petruk J Petruk is offline
Registered User
 
Join Date: Mar 2004
Location: Toronto, ON, Canada
Posts: 513
Db2_rr_to_rs

Does anyone know where this went for v8?
__________________
--
Jonathan Petruk
DB2 Database Consultant
Reply With Quote
  #2 (permalink)  
Old 04-26-04, 16:03
Tank Tank is offline
Registered User
 
Join Date: Feb 2004
Location: Copenhagen
Posts: 220
Arrow

No !

Can you explain what it does? (did!)

HTH
__________________
Kristian K. Hansen
Project Supervisor
National Board of Health
Reply With Quote
  #3 (permalink)  
Old 04-26-04, 16:16
bmujeeb bmujeeb is offline
Registered User
 
Join Date: Mar 2004
Posts: 448
This registry parameter set next key locking guarantee the repeatable read isolation level by locking the next key for all insert and delete statements and the next highest keyvalue above the result set for Select statement.

I think after type 2 indexes introduced in ver 8, this may become obselete.

Regards,

mujeeb
Reply With Quote
  #4 (permalink)  
Old 04-27-04, 02:07
nitingm nitingm is offline
Registered User
 
Join Date: Jul 2003
Location: Austin, TX, USA
Posts: 278
Available

Hi,

FYI..

This parameter is still available in DB2 V8, and as mentioned it could not be all that applicable since DB2 V8 provides type 2 indexes but given the isolation level of RR by default we have set the same to avoid frequent locking.
__________________
HTH

Nitin

Ask the experienced rather than the learned
Reply With Quote
  #5 (permalink)  
Old 04-27-04, 10:15
J Petruk J Petruk is offline
Registered User
 
Join Date: Mar 2004
Location: Toronto, ON, Canada
Posts: 513
Quote:
Originally Posted by nitingm
Hi,

FYI..

This parameter is still available in DB2 V8, and as mentioned it could not be all that applicable since DB2 V8 provides type 2 indexes but given the isolation level of RR by default we have set the same to avoid frequent locking.
dbforums sure has been flakey lately!

Anyway, type 2 indexes have gone a long way to resolving locking issues, but it's still nice to be able to force RS as the maximum isolation level. RR is rarely required.

db2set -lr
-> doesn't show DB2_RR_TO_RS as a possibility though... but when I set it there are no complaints! So I guess it does still exist.
__________________
--
Jonathan Petruk
DB2 Database Consultant
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