rams141
21st July 2004, 07:16
Hi guys,
I was trying to improve Performance, by changing the program.
I tried to reduce the time taken by a select, by reducing the number of calls to the function(in which this select is present). After further analysis i found that , i got a big improvement in the select i targeted(as number of times the select is executed is reduced)
But the next select, on some other table started taking more time compared to earlier...
I observed this kind of problem, in 3 cases.
Does this points to some other problem ??
Thanks,
Rams
I was trying to improve Performance, by changing the program.
I tried to reduce the time taken by a select, by reducing the number of calls to the function(in which this select is present). After further analysis i found that , i got a big improvement in the select i targeted(as number of times the select is executed is reduced)
But the next select, on some other table started taking more time compared to earlier...
I observed this kind of problem, in 3 cases.
Does this points to some other problem ??
Thanks,
Rams