G
Guest
I have a daily query that pulls a large amount of data (800k+ records) from a
badly engineered Oracle Database. The query itself is pulling data from 3
different tables and is filtering for the current year only. When I run the
query as a Select Query, the results 'pop' in about 30 seconds. When I run
the query as a Make Table Query, it will take anywhere from 6 to 10 minutes.
As this query gets rebuilt every day, is there a way to speed up this process?
Thanks.
badly engineered Oracle Database. The query itself is pulling data from 3
different tables and is filtering for the current year only. When I run the
query as a Select Query, the results 'pop' in about 30 seconds. When I run
the query as a Make Table Query, it will take anywhere from 6 to 10 minutes.
As this query gets rebuilt every day, is there a way to speed up this process?
Thanks.