Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Varying query performance
sev,
The number of buffers needed for the table are more than the number of
blocks in the table below HWM.
This is because the query needs CR buffers whereas INSERTS and UPDATES
need CURRENT Buffers.
You can check all these in V$BH.
Just check whether the UPDATES are being done with an INDEX scan or
FTS.
regards
Srivenu
Received on Sun Dec 28 2003 - 06:24:16 CST
![]() |
![]() |