March 27, 2012 at 10:22 pm
Hi ,
Developement team is complaining that they are facing poor query performance all of a sudden . I checked for blocking & long running queries ,but not able to find anything unusual. Full backup was running on the server and that was the only job running at that point.
My question is whether full\log backup will cause performance issue?? As per my knowledge backup wont constitute any performance degradation.Please correct me if am wrong.
TIA
March 28, 2012 at 1:41 am
In our experience backups run seamlessly alongside other activity, clearly they are a volume read activity & will be causing write activity against the logs but if running a backup is causing significant problems I would be looking for something else not running right first.
March 28, 2012 at 2:06 am
Rechana Rajan (3/27/2012)
Hi ,Developement team is complaining that they are facing poor query performance all of a sudden . I checked for blocking & long running queries ,but not able to find anything unusual. Full backup was running on the server and that was the only job running at that point.
My question is whether full\log backup will cause performance issue?? As per my knowledge backup wont constitute any performance degradation.Please correct me if am wrong.
TIA
Did you check their queries?
The optimization jobs, statistics, execution plans etc. ?
M&M
March 28, 2012 at 2:12 am
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 28, 2012 at 11:16 pm
Thanks everyone for the reply.
Can anyone please clarify whether backup will cause performance degradation??
March 29, 2012 at 3:24 am
It can if the IO subsystem can't handle the load of the queries plus the backups, but that's the only way it could.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 1, 2012 at 6:31 am
I have seen backups cause problems with a server, but usually only if that server is already operating right at the edge, with extremely have I/O & Memory operations. In general, no, backups don't cause problems. They're usually pretty light weight and minimal cost processes.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply