List of questions
Related questions
Question 247 - Professional Data Engineer discussion
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?
A.
Have a staging table that is an append-only model, and then update the production table every three hours with the changes written to staging
B.
Have a staging table that is an append-only model, and then update the production table every ninety minutes with the changes written to staging
C.
Have a staging table that moves the staged data over to the production table and deletes the contents of the staging table every three hours
D.
Have a staging table that moves the staged data over to the production table and deletes the contents of the staging table every thirty minutes
Your answer:
0 comments
Sorted by
Leave a comment first