Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Daramtically improve BCHR with a single statement
"How can you tell that you need more space in the buffer pool?"
...You can notice when this is true by observing summarized extended SQL trace (event 10046) data. If the LIO count for a session is small, but the PIO count is large, then you have the problem.
So, sure... Checking a session's BCHR is okay. Just don't try to maximize the BCHR before trying to minimize whatever it is that's consuming the majority of the session's response time.
I have learned that paying much attention to a *system*'s BCHR (or any other system-wide statistic for that matter) is a step that is prone to causing bad decisions.
Cary Millsap
Hotsos Enterprises, Ltd.
http://www.hotsos.com
Upcoming events:
- Steve Adams's Miracle Master Class, Jan 13-15 Copenhagen
- 2003 Hotsos Symposium, Feb 9-12 Dallas
-----Original Message-----
Adar
Sent: Monday, January 13, 2003 10:09 AM
To: Multiple recipients of list ORACLE-L
Hello All
I saw that piece of code a few times and still think that even if you
can
bump up the BCHR it has it's place. How can you tell that you need more
space in the buffer pool? Bad BCHR is an indication that you need to
check
this. It is also an indication that you do a lot of FTS or missing an
index
and you SQL reads too many blocks.
Use the BCHR as an indication. When it goes down it is time to check.
Yechiel Adar
Mehish
----- Original Message -----
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
Sent: Monday, January 13, 2003 5:08 AM
> To add an example of what Anjo, Morgens and everyone else is talking
about,
> here is a perfect illustration of why focusing on BCHR is like
> concentrating intensely on how fast your tyres rotate in a Tour de
France,
> instead of looking of where you are going (probably a lot more
useful).
> Another example:
> If I raced (100M sprint) against Maurice Green, and he went off in the
> wrong direction, despite the fact that he is so much faster than me
(duh
!)
> , I could lightly jog (as if I have anything else to offer) the 100M
in
the
> right direction and beat him. Well, focusing on BCHR alone is like
going
at
> full tilt with no direction.
> Also, I have realized that cars have been around for > 100 years now,
so
> why exactly would I want to sprint again ? :-)
>
>
>
>
>
>
>
> >
> >> Do you Yahoo!?
> __________________________________________________
>> To REMOVE yourself from this mailing list, send an E-Mail message
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
>
>> To REMOVE yourself from this mailing list, send an E-Mail message
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Yechiel Adar INET: adar76_at_inter.net.il Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Cary Millsap INET: cary.millsap_at_hotsos.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Mon Jan 13 2003 - 11:16:15 CST
![]() |
![]() |