Quantcast
Channel: SQL Server Database Engine forum
Viewing all articles
Browse latest Browse all 12963

Process runs faster when executed independently, but runs slower when a parallel big process is running

$
0
0

Hi,

The issue is,  a process, say "A" is running fine on certain days. On some days there are additional processes running on the server. When these additional processes are running, "Process A" suffers performance issue.

Interesting point is that, these additional processes were running since long time. But, earlier "Process A" was running fine even when these additional process were running. Suddenly from past 2 or 3 weeks there is performance issue in "Process A", when these additional process run.

Note: Nothing has been modified for the process A.

Process A is an SQL job which has SSIS Package and stored proc in different steps

When multiple parallel processes are running, SSIS Package step suffers around 40% increase in execution time, where as stored procs have only 15-20% increase in execution time

When Process A is executed while no other big processes are running, it's execution time is fine. From past few days, issue is only when, some other big parallel processes are running.

Currently below is my analysis:

  • Since Process A is running fine when it is executed independently, I assume there is no issue in this process.
  • Since issue occurs when some other big process is running, when Process A is running, I believe it is DiskIO issue. Will the issue be resolved if RAM size is increased?
  • Is there any way to check if RAM is being fully utilized by the server
  • Is there any other possibility why there is a sudden dip in performance when parallel processes are running.
  • Is there any possibility of having issues in additional processes. Incase if it has some issues, does it impact "Process A"

Please let me know if you need any further information. Infact I am not able to diagnose what is the actual root cause for the performance issue in "Process A" as nothing has been modified.

Also it would be very much helpful, if I get any idea on different ways in reaching the actual root cause of this performance issue.

NOTE: This is a data warehouse

Thanks,



Raksha






Viewing all articles
Browse latest Browse all 12963

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>