Topic 1 Question 285
You have 100 GB of data stored in a BigQuery table. This data is outdated and will only be accessed one or two times a year for analytics with SQL. For backup purposes, you want to store this data to be immutable for 3 years. You want to minimize storage costs. What should you do?
- Create a BigQuery table clone.
- Query the clone when you need to perform analytics.
- Create a BigQuery table snapshot.
- Restore the snapshot when you need to perform analytics.
- Perform a BigQuery export to a Cloud Storage bucket with archive storage class.
- Enable versioning on the bucket.
- Create a BigQuery external table on the exported files.
- Perform a BigQuery export to a Cloud Storage bucket with archive storage class.
- Set a locked retention policy on the bucket.
- Create a BigQuery external table on the exported files.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: D
Straight Forward
👍 2raaad2024/01/11 D. For data keeping till last 3 years, use bucket lock with rentention policy
👍 1GCP0012024/01/07
シャッフルモード