Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQLServerCentral.com
»
Editorials
»
Look at the size of my BCHR
15 posts, Page 1 of 2
1
2
»»
Look at the size of my BCHR
Rate Topic
Display Mode
Topic Options
Author
Message
Tony Davis
Tony Davis
Posted Friday, January 09, 2009 12:38 PM
Mr or Mrs. 500
Group: Administrators
Last Login: Wednesday, May 08, 2013 10:31 AM
Points: 511,
Visits: 945
Comments posted to this topic are about the item
Look at the size of my BCHR
Post #633777
Jeff Moden
Jeff Moden
Posted Friday, January 09, 2009 2:23 PM
SSC-Dedicated
Group: General Forum Members
Last Login: Today @ 11:41 AM
Points: 32,903,
Visits: 26,785
BWAA-HAAA!!! "I'll show you mine if you show me yours."
I've never looked, but I'm just betting that the BCHR is nearly 100% for cursors... ;)
--Jeff Moden
"
RBAR
is pronounced "ree-bar" and is a "Modenism" for "
R
ow-
B
y-
A
gonizing-
R
ow".
First step towards the paradigm shift of writing Set Based code:
Stop thinking about what you want to do to a row... think, instead, of what you want to do to a column."
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
Post #633892
Michael Valentine Jones
Michael Valentine Jones
Posted Friday, January 09, 2009 2:55 PM
SSCrazy
Group: General Forum Members
Last Login: Today @ 9:43 AM
Points: 2,942,
Visits: 10,497
I have rarely seen anything below 99%, so I don’t pay much attention to it.
I look more at Average Page Life Expectancy and Page Reads/Sec. These seem to be more volatile and let you know how much thrashing of data pages in and out of memory the server is doing and how much of a bottleneck getting data from disk is.
Post #633923
Steve Jones - SSC Editor
Steve Jones - SSC Editor
Posted Saturday, January 10, 2009 11:14 AM
SSC-Dedicated
Group: Administrators
Last Login: Today @ 11:09 AM
Points: 31,416,
Visits: 13,730
I've honestly stopped checking this at many servers since they're usually > 90%. However I have seen it in the 80s or lower and more memory almost always solves this and gives a little boost.
Follow me on Twitter:
@way0utwest
Forum Etiquette: How to post data/code on a forum to get the best help
Post #634192
george sibbald
george sibbald
Posted Saturday, January 10, 2009 11:32 AM
SSCertifiable
Group: General Forum Members
Last Login: Today @ 11:21 AM
Points: 5,268,
Visits: 11,199
well its one of the default performance counters in MOM, which raises a critical alert if it goes below 90% for more than 15 mins (by default) so I guess MS still consider it an indicator of performance.
For myself i admit its nice to see it up high and its something I track as part of memory monitoring but I would only really worry about it if it was ALWAYS low.
---------------------------------------------------------------------
Post #634195
Elisabeth Rédei
Elisabeth Rédei
Posted Sunday, January 11, 2009 12:50 AM
SSC-Enthusiastic
Group: General Forum Members
Last Login: Tuesday, April 16, 2013 5:56 AM
Points: 175,
Visits: 676
Hi,
Since not all memory requests will reflect in the counter you could have > 90% and still have memory issues (and with issues I don't mean low on memory; over consumption is more often the case :P).
But as Steve pointed out, if you encounter a low BCHR and add some memory, there will usually be a performance boost whereas a high number doesn't necessearily mean all is well.
There could be memory issues elsewhere in the bufferpool - anything that goes through the Memory Broker for instance (large memory requests, queries with sort/hash operators, memory for parallel plans etc.) or in the memory area formerly known as mem_to_leave.
I tend to ignore it completely when it's high.
/Elisabeth
elisabeth@sqlserverland.com
MCITP | MCT
http://sqlblog.com/blogs/elisabeth_redei/
http://linkedin.com/in/elisabethredei
Post #634302
katedgrt
katedgrt
Posted Sunday, January 11, 2009 11:39 AM
SSC Veteran
Group: General Forum Members
Last Login: Thursday, February 21, 2013 11:20 AM
Points: 225,
Visits: 984
By itself it is not a key indicator, but it can be an important clue if you are having performance issues.
Kate The Great
If you don't have time to do it right the first time, where will you find time to do it again?
Post #634384
IceDread
IceDread
Posted Monday, January 12, 2009 1:56 AM
SSC Veteran
Group: General Forum Members
Last Login: Friday, November 16, 2012 3:47 AM
Points: 290,
Visits: 988
I dont use it. I measure the time/ workload it takes to perform different tasks that is prio.
Post #634508
GSquared
GSquared
Posted Monday, January 12, 2009 9:20 AM
SSCoach
Group: General Forum Members
Last Login: Monday, May 06, 2013 1:09 PM
Points: 15,439,
Visits: 9,569
I've never bothered with it. Maybe I should, but I never have.
I've found tracking runtime on queries to be much more useful to me in performance tuning.
- Gus "GSquared", RSVP, OODA, MAP, NMVP, FAQ, SAT, SQL, DNA, RNA, UOI, IOU, AM, PM, AD, BC, BCE, USA, UN, CF, ROFL, LOL, ETC
Property of The Thread
"Nobody knows the age of the human race, but everyone agrees it's old enough to know better." - Anon
Post #634779
Steve Jones - SSC Editor
Steve Jones - SSC Editor
Posted Monday, January 12, 2009 9:51 AM
SSC-Dedicated
Group: Administrators
Last Login: Today @ 11:09 AM
Points: 31,416,
Visits: 13,730
Interesting you've never used it. I use this as a first glance when I get a complaint about a new server. It's a thumb-sketch to see if this is grossly out of whack.
Once I'm familiar with a server, I'd probably never look at it again.
Follow me on Twitter:
@way0utwest
Forum Etiquette: How to post data/code on a forum to get the best help
Post #634805
« Prev Topic
|
Next Topic »
15 posts, Page 1 of 2
1
2
»»
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.