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 > Sybase > Detailed Information on Locking Schemes?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-14-02, 16:43
SegFahlt SegFahlt is offline
Registered User
 
Join Date: Jan 2002
Posts: 6
Detailed Information on Locking Schemes?

Anybody Know where I can get Down and Dirty(low level) detailed information on how Sybase implements its locking schemes, for 11.9.2?

I looked at the Performance and Tuning guide but found that it didn't contain the detailed information I was looking for.

Any help is appreciated,

TIA,

Bill
Reply With Quote
  #2 (permalink)  
Old 01-14-02, 17:02
MattR MattR is offline
Registered User
 
Join Date: Mar 2001
Location: Lexington, KY
Posts: 606
Sybase has several whitepapers (I would assume) on how it works. As an FYI, there are three schemes starting from 11.9.2 and up:
APL, DPL, DRL;
All Pages Lock(ed): both the data pages in the table and the index pages (if you have indexes) are locked on modification
DPL: Data-Page Locking (I think that's the acronym). Data pages are locked.
DRL: Data-Row locking; Data rows are locked.
__________________
Thanks,

Matt
Reply With Quote
  #3 (permalink)  
Old 01-14-02, 17:09
MattR MattR is offline
Registered User
 
Join Date: Mar 2001
Location: Lexington, KY
Posts: 606
I just found this online. It's from an 11.9.2 presentation but the locking still applies to the 12.X platform.

http://www.sybase.se/download/tk990121pres/sld016.htm
__________________
Thanks,

Matt
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