Re: Call Center - Slow Application Launch
Posted: Tue Jul 29, 2014 8:48 pm
Antonio, Rao
After a more detailed analysis, I found the problem.
Actually, there are two things that affect the above problem.
After the formation of the folder, perform all the functions listed in COMOBOX ... ON CHANGE funx()
Function funx() is actually a SQL query.
I assume that this function is executed only when changing the ComboBox, not when defining folder. The solution is the variable that changed after the first start.
Another thing is the SQL query. When executed for the first time, takes on a large base for a long time. Another time, when he executed the same query is already cached and executed significantly shorter.
By optimizing queries and good indexing applications work very well with large databases.
Summary, Mr. Rao, you're absolutely right.
Dubravko Basic
After a more detailed analysis, I found the problem.
Actually, there are two things that affect the above problem.
After the formation of the folder, perform all the functions listed in COMOBOX ... ON CHANGE funx()
Function funx() is actually a SQL query.
I assume that this function is executed only when changing the ComboBox, not when defining folder. The solution is the variable that changed after the first start.
Another thing is the SQL query. When executed for the first time, takes on a large base for a long time. Another time, when he executed the same query is already cached and executed significantly shorter.
By optimizing queries and good indexing applications work very well with large databases.
Summary, Mr. Rao, you're absolutely right.
Dubravko Basic