Topic 1 Question 3
You want to select and configure a cost-effective solution for relational data on Google Cloud Platform. You are working with a small set of operational data in one geographic location. You need to support point-in-time recovery. What should you do?
Select Cloud SQL (MySQL). Verify that the enable binary logging option is selected.
Select Cloud SQL (MySQL). Select the create failover replicas option.
Select Cloud Spanner. Set up your instance with 2 nodes.
Select Cloud Spanner. Set up your instance as multi-regional.
ユーザの投票
コメント(17)
A is Correct. You must enable binary logging to use point-in-time recovery. Enabling binary logging causes a slight reduction in write performance. https://cloud.google.com/sql/docs/mysql/backup-recovery/backups
👍 45YashBindlish2020/05/02A is correct, as Binary Logging enables Point in Recovery in Cloud SQL
👍 10Bharathy2020/03/23- 正解だと思う選択肢: A
For a small set of operational data in one geographic location with the need to support point-in-time recovery, the most cost-effective solution on Google Cloud Platform would be option A, "Select Cloud SQL (MySQL). Verify that the enable binary logging option is selected."
Cloud SQL is a fully-managed relational database service that provides high availability and automatic backups, making it an ideal choice for small data sets that require point-in-time recovery. By enabling binary logging in Cloud SQL, you can perform point-in-time recovery and roll back changes to your database to a specific time in the past
👍 3nikila992023/02/13
シャッフルモード