Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

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? 
  • ppm1's avatar
    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