Google Big Query Best Practice

I've been working with BigQuery a lot lately.
It's easy to pick it up as it follows an SQL-like syntax.
After a while you'll probably hit some errors and limitations of the platform.
But it is unfair to say "limitations" as we're talking about a few GBs worth of data.
BigQuery can handle up to a few TB worth of data... but that depends on what functions you include in your query.

Great platform, hardware setup etc. is not required by the user, letting the user focus on the data analysis.

Comments