Same query , Same database - Different performances ?? [message #157259] |
Wed, 01 February 2006 05:28 |
aditya_itc
Messages: 6 Registered: November 2005 Location: In
|
Junior Member |
|
|
Hi gurus,
I have a query which runs under the production database.
At times it takes 3 seconds to run and at times around 5 or 6 or 7 seconds.
What could be the possible reason ?
The database is the same, the data is same, then why the difference ??
Thanks in advance,
Aditya
|
|
|
|
|
Re: Same query , Same database - Different performances ?? [message #157325 is a reply to message #157290] |
Wed, 01 February 2006 10:23 |
Frank
Messages: 7901 Registered: March 2000
|
Senior Member |
|
|
How lucky you are, that all you have to worry about is an increase from 3 to 5-7 seconds.
Is the server-load the same? The number of users? The number of queries they fire? Are the same long-running queries running?
Could be that some data is aged out of the cache, which would show as an increase in performance when you resubmit the query.
So many possible causes. (But it hardly seems worth it)
|
|
|
|