What should you do?

Your applications will be writing their logs to BigQuery for analysis. Each application should have its own table.

Any logs older than 45 days should be removed. You want to optimize storage and follow Google recommended practices .

What should you do?
A . Configure the expiration time for your tables at 45 days
B . Make the tables time-partitioned, and configure the partition expiration at 45 days
C . Rely on BigQuery’s default behavior to prune application logs older than 45 days
D . Create a script that uses the BigQuery command line tool (bq) to remove records older than 45 days

Answer: B

Explanation:

https://cloud.google.com/bigquery/docs/managing-partitioned-tables

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments