I have a query that retrieves information from a single table. This table is quite large at 1.8 million rows and is growing weekly. The task takes a lot of time, and the problem arises when pulling several times. Is there any process that can speed up a query in a database with this set or multiple rows. I have another one with a size of about 5 million lines ... The query is quite simple, using a prompt to print strings related to the site number, and a prompt between dates.
Arrival_ID criteria = [Select Arrival ID] Week criteria = Between[Select week begin:] And [Select week end:]
Any help or direction is appreciated.
source share