|
So... we have a fairly large (not complex) sql statement we are calling via odbc.
Select = 200 columns straight from tables. No functions
From = primary table and 12 left joins all on loan number key on each table.
Where = loannumber = ?
Order by = various columns from the tables in desc
So the query is pretty vanilla with not a lot of opportunity for tweaking for performance. What I’m interested in is anything that can be done within its “run time environment”?
I did a run/explain on the statement in ACS and it provided a ton of info I’m guessing that correlate mostly to the query optimizer. I would think if I had some good knowledge on what any of them are and how to adjust per query execution then I’d be headed in the right direction.
Can anyone offer any suggestions?
Tia
Jay
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.