A
ac
Dear all,
I have a database table. I created a SQL query that JOIN 2 tables and perfom
calculations on the fields (ave, sum, total) and presented the
results to the users. My records are very big, around close to 1 Gb, so it
runs very slowly each time users run the query, it takes almost 1 hour
to create 1 query result.
how can i improve the speed? by scheduling the query with calculations into
another table using append query and let the users query
with new the table without triggering all the calculations since it's done
by the scheduled append uery?
or use a backend database example MySQL? I belive the speed will still be
the same if i use the backend SQL database.
Hope someone can shed some light here.
thanks,
ac.
I have a database table. I created a SQL query that JOIN 2 tables and perfom
calculations on the fields (ave, sum, total) and presented the
results to the users. My records are very big, around close to 1 Gb, so it
runs very slowly each time users run the query, it takes almost 1 hour
to create 1 query result.
how can i improve the speed? by scheduling the query with calculations into
another table using append query and let the users query
with new the table without triggering all the calculations since it's done
by the scheduled append uery?
or use a backend database example MySQL? I belive the speed will still be
the same if i use the backend SQL database.
Hope someone can shed some light here.
thanks,
ac.