Forum Discussion
Anonymous
3 years agoNot applicable
Google big query supports query folding?
Does big query supports query gilding? How can i optimize the cost and make my report work faster using big query as source?
- 3 years ago
How much data do you have in Big Query? If possible, it is better to import your data. It will be more performant and you'll only be querying during refresh (which you should do with incremental refresh to speed things up and further reduce the volume of queried data).
Pat
ppm1
Solution Sage
3 years agoHow much data do you have in Big Query? If possible, it is better to import your data. It will be more performant and you'll only be querying during refresh (which you should do with incremental refresh to speed things up and further reduce the volume of queried data).
Pat