Hello all -
I have a huge union query that serves as the basis of several pages of a web application. It combines the fields of two tables that each have about 66,000 records.
It works fine, but it is dog slow. I need all the fields, so I can't remove any. The numeric fields are indexed.
Any ideas on how to speed up a mega-query like this one?
Thanks!
--Caitlin
I have a huge union query that serves as the basis of several pages of a web application. It combines the fields of two tables that each have about 66,000 records.
It works fine, but it is dog slow. I need all the fields, so I can't remove any. The numeric fields are indexed.
Any ideas on how to speed up a mega-query like this one?
Thanks!
--Caitlin