Exploring and Preparing your Data with BigQuery
Terms in this set (20)
The BigQuery preview data table feature is faster and free to preview records
Selecting all columns is an expensive operation performance-wise, especially with no filters
Selecting all columns, even with WHERE clause filters, will scan your entire dataset and incur charges for all bytes processed. This is a pitfall when returning potentially large columns (like very long string fields, e.g. Product Reviews).
All of the above (CORRECT ANSWER)
Selecting all columns is an expensive operation performance-wise, especially with no filters
Selecting all columns, even with WHERE clause filters, will scan your entire dataset and incur charges for all bytes processed. This is a pitfall when returning potentially large columns (like very long string fields, e.g. Product Reviews).
All of the above (CORRECT ANSWER)