Forum Discussion
masplin
Impactful Individual
6 years agoReferencing vs duplicating queries speed affect
Hi I have a fialy complex query pulling in form multiple sql tables (one for each client) then a whole bunch of formatting and cleaning tasks. This generates Table1. The table contains 3 differ...
- 6 years ago
Hi masplin
I would suggest using the second way.
As for the first way, you have to import this source four times totally even if you removed unnecessary columns. It is inefficient. If your source contains amount of data, it will take some time whether it is importing or refreshing.
v-diye-msft
Community Support
6 years agoHi masplin
I would suggest using the second way.
As for the first way, you have to import this source four times totally even if you removed unnecessary columns. It is inefficient. If your source contains amount of data, it will take some time whether it is importing or refreshing.