Get rid of page-level locking in btree-s.
LockBuffer is used to acquire read/write access to index pages. Pages are released before leaving index internals.
Showing
Please register or sign in to comment
LockBuffer is used to acquire read/write access to index pages. Pages are released before leaving index internals.