Can a query in Bigquery be optimized to be faster to show up results but more expensive in computation as well? Often size and computation are correlated, just trying to think an edge case where those are decoupled.
The performance of the query depends on factors listed below :
Size and computation are correlated and they cannot be decoupled. But to optimize query performance you can try the below steps :
All these practices can optimize query performance and computation. For more information, you can check this link.