
Ultimate access to all questions.
Your security team has requested you to provide some analytics based on logs exported to BigQuery. Given the team's structure, your manager has tasked you with estimating the query's cost beforehand. What is the most effective method to estimate this cost?
A
Use the BigQuery index viewer to estimate the number of records that will be read.
B
It's impossible to estimate the cost of a query before execution.
C
Construct the query and utilize the --dry_run flag to ascertain the data volume read, then apply the pricing calculator for cost estimation._
D
Execute the query in a cost estimation mode to directly get the cost.