Hi,
I have a query having around 10,000 records in a database based on 4 parameters ( btw, the parameters are all integer data type).
It will take around 50 to 60 secs to do the filter based on these 4 parameters and display it on a table ( table data source is to this query ) even on the local computer accessing it.
How to speed up the access to the query ?
There's no sort on the query, should i do the sort on these 4 parameters ?
Regards,
PETER ZHOU
I have a query having around 10,000 records in a database based on 4 parameters ( btw, the parameters are all integer data type).
It will take around 50 to 60 secs to do the filter based on these 4 parameters and display it on a table ( table data source is to this query ) even on the local computer accessing it.
How to speed up the access to the query ?
There's no sort on the query, should i do the sort on these 4 parameters ?
Regards,
PETER ZHOU