Viewing 15 posts - 106 through 120 (of 543 total)
Are you actually seeing performance issues as a result of page splits?
Yes.
February 27, 2023 at 9:08 pm
Is there no clustered index?
There is no clustered index. Vendor specific database.
February 27, 2023 at 9:06 pm
Thanks Jonathan. A followup question, why shouldn't care about index fragmentation on indexes which has 1000-5000 page count ? I have read somewhere or some video, i dont remember. Why...
February 22, 2023 at 1:42 pm
Thank you very much.
February 22, 2023 at 10:53 am
3rd party. And some of the code they have customized.
February 20, 2023 at 6:31 am
As per app team, this query is executed several times and response times are higher (3-5 secs). We checked for blocking scenarios,
waiting for locks, what other things to be checked ...
February 19, 2023 at 4:12 am
Trying to get different perspectives! May be I am looking at the things might not be the right. Getting awareness from wise people will definitely make me think with open...
February 18, 2023 at 6:36 am
Getting awareness of how these small things go bad when data increases and more concurrency and more applications access the same central database with multiple integrations. Thanks a lot Sir....
February 18, 2023 at 6:33 am
We are seeing some stale connections open for long duration and causing blocking chains. My question is how can track/calculate the idle time for each user session.
Almost without...
February 18, 2023 at 4:29 am
Hi Jeff,
This is the same sp_whoisactive job which runs every 10 secs. if we are lucky enough sometimes , we are able capture those 3 sec SLA queries. Sorry for...
February 18, 2023 at 4:24 am
oops.. my bad. once a minute for spids running over day yes.
February 17, 2023 at 7:58 pm
Thanks you very much Jonathan, Grant Sir and Jeff. Thank you.
February 17, 2023 at 7:30 pm
Ah... totally got it. Thank you for the feedback.
Understood on the 3 second SLA but that doesn't seem to be the predominant issue. The 1 or 2 day sleeping...
February 17, 2023 at 7:26 pm
Frankly, speaking my intention was not KILL but want to prove that connections are kept open with locks held and blocking other spids. When we discuss the same with the...
February 17, 2023 at 4:51 pm
Viewing 15 posts - 106 through 120 (of 543 total)