Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Overhead to consistent gets?

Re: Overhead to consistent gets?

From: Tanel Põder <tanel.poder.003_at_mail.ee>
Date: 2006-01-12 20:54:15
Message-id: 03dd01c617b2$6f315780$71bc21c8@porgand


Hi,

> The particulars of the structures under a get are not as
> important as remembering that before walking that chain,
> the process has to obtain the latch on the chain. The

And with shared cache buffers chains latches in 9i (where platform supports 'em) this contention problem is releaved somewhat.

I think walking the chain can be done while holding the CBC latch in shared mode, allowing others to do the same. Reading index root blocks and single table hash cluster read access (where the "A" bit is set in block header) can also use this feature. This would be accounted in consistent gets - examination.

Tanel.

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Jan 12 2006 - 20:54:15 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US