
Ultimate access to all questions.
To estimate the annual cost of a BigQuery query scheduled to run nightly, what is the recommended approach?
A
Use gcloud estimate to determine the amount billed for a single query. Multiply this amount by 365.
B
Use bq query --dry_run to determine the number of bytes read by the query. Use this number in the Pricing Calculator._
C
Use gcloud query --dry_run to determine the number of bytes read by the query. Use this number in the Pricing Calculator._
D
Use bq estimate to determine the amount billed for a single query. Multiply this amount by 365.