
Ultimate access to all questions.
You have 1000 GB of user analytics data stored in BigQuery and need to run a query that is expected to return a large number of records. Before executing the query, you wish to estimate its cost under on-demand pricing. What is the best approach to achieve this?
A
Execute a select count (*) query to estimate the number of records your query will process, then use the Pricing Calculator to convert this row count into a cost estimate.*
B
Perform a dry run query via the command line to estimate the bytes read by the query, then use the Pricing Calculator to translate this byte estimate into a cost.
C
Switch to Flat-Rate pricing temporarily for this query to estimate the cost, then revert back to on-demand pricing.
D
Conduct a dry run query using the command line to estimate the bytes returned by the query, then apply the Pricing Calculator to convert this byte estimate into a cost.