I've inherited a database that among other things generates invoices. The invoice reports take many seconds to appear and I'd like to reduce this time.
The report source is a query formed from a succession of other queries, and the report has one subreport.
The feeding tables contain about 5,500 customers, 70,000 orders, and 150,000 order items.
My first thought is to archive a lot of these records as they go back a long way. Are there other things to look for in speeding up the report generation?
The report source is a query formed from a succession of other queries, and the report has one subreport.
The feeding tables contain about 5,500 customers, 70,000 orders, and 150,000 order items.
My first thought is to archive a lot of these records as they go back a long way. Are there other things to look for in speeding up the report generation?