A
Agent_KGB
I have a table with good 40K lines of records, and i am trying to build a
querie to analyze the data based on some data...
what's the best way to handle building queries to handle large amount of data?
Should i try to stick with one querie that handles all of the work i need,
or would it be better to have a bunch of subqueries each one handle a little
part of the calculation and then just bring it all together in one MASTER
querie (where SubQs would work with data from tables and Master would pull
data from subqueries only)?
querie to analyze the data based on some data...
what's the best way to handle building queries to handle large amount of data?
Should i try to stick with one querie that handles all of the work i need,
or would it be better to have a bunch of subqueries each one handle a little
part of the calculation and then just bring it all together in one MASTER
querie (where SubQs would work with data from tables and Master would pull
data from subqueries only)?