Re: Comparing apples to apples on Exadata
Date: Mon, 18 Dec 2017 15:27:13 -0500
Message-ID: <2143373.ITR9u0BbiI_at_wbeldma>
Yes, I understand. There's a few different possibilities and I'll have to dig deep.
Here is what I see:
Database 1:
BUFFERS BLOCKS
---------- ----------
Table blocks are greater than the buffer cache so a direct read is triggered (?)
BUFFERS BLOCKS
---------- ----------
Table blocks are less than the buffer cache so a direct path read is not triggered (?)
On Monday December 18 2017 09:00:36 PM Tanel Poder wrote:
> I just listed a few semi-educated guesses of what *could* be causing this,
> in addition to Jonathan's suggestions... but they are guesses.
>
> The easiest way to start narrowing this down would be to either run Snapper
> or just look into V$SESSTAT metrics after running both of these queries in
> their databases and looking for metrics like Jonathan mentioned (table
> fetch continued row, %undo records applied ones and cell blocks processed%
> ones). If you paste the numbers here, we can help :)
>
> --
> Tanel Poder
> http://blog.tanelpoder.com
>
-- http://www.freelists.org/webpage/oracle-lReceived on Mon Dec 18 2017 - 21:27:13 CET