How to investigate slow database latency on RTC 4.0.1?
Hello,
I am seeing some database latency on my SQL Server 2008 R2 machine which is used for our CLM 4.0.1.
The Jazz Performance monitor widget shows a database latency in the red section up to 8ms. Are there some database commands or other checks I can perform to identify the issues in relation to CLM. My server server memory is also peaking up to the max physical memory on the VM.
Thanks.
Regards,
Naweed
One answer
Hi Naweed,
Database latency on 8ms level is not critical yet. It simply means that following command:
select 1 from dual;
Takes 8ms.
You can try connecting to your database any try running that command to see how much time it takes.
This might cause performance degradation when you have many short requests to database.
Regarding using server memory peaking up to max physical memory - the first question is how you have noticed it. Please provide the command/screen shot how you have observed it.
Database latency on 8ms level is not critical yet. It simply means that following command:
select 1 from dual;
Takes 8ms.
You can try connecting to your database any try running that command to see how much time it takes.
This might cause performance degradation when you have many short requests to database.
Regarding using server memory peaking up to max physical memory - the first question is how you have noticed it. Please provide the command/screen shot how you have observed it.
Comments
Hi Krzysztof,
Thanks for your responsem which table should I be running this SQL command?
I have been checking the performance tab in task manager. I have attached a screenshot of what I am seeing.
Are there some other command I can run on the databases to identify if there are other related issues? like indexes, stats etc which are relevant to CLM?