
Ultimate access to all questions.
NO.28 You are building a report-only data warehouse where the data is streamed into BigQuery via the streaming API. Following Google's best practices, you have both a staging and a production table for the data. How should you design your data loading to ensure that there is only one master dataset without affecting performance on either the ingestion or reporting pieces?
Explanation:
Option D is correct because:
Why other options are incorrect:
This approach follows BigQuery best practices for streaming data with staging/production tables, ensuring both ingestion and query performance are maintained.