BigQuery Quota and Limits suggests: Maximum number of tables referenced per query = 1000 and max columns = 10,000.
But, what are the max joins that a query can handle? Also in that same vein, what is the Optimal number of joins after which BQ's performance starts to degrade, despite more compute power is added?
Any benchmarks?