mcconnellj
MIS
What is the most efficient route to go?
Joining a table that has 2 million records to a table that has 26 million and feeding the 26 million rolls into an OLAP model.
OR
Or having the 2 million row table join to a lookup table of about 100,000 rows and calculate on the fly the 26 million records (the computation is medium level in difficulty) and feed into the OLAP model.
Is this basically a question of CPU resources vs. I/O speed?
Is there a way of predicting the results without implementing both and comparing?
Thanks for your help!
Joining a table that has 2 million records to a table that has 26 million and feeding the 26 million rolls into an OLAP model.
OR
Or having the 2 million row table join to a lookup table of about 100,000 rows and calculate on the fly the 26 million records (the computation is medium level in difficulty) and feed into the OLAP model.
Is this basically a question of CPU resources vs. I/O speed?
Is there a way of predicting the results without implementing both and comparing?
Thanks for your help!