Topic 1 Question 190
You are writing from a Go application to a Cloud Spanner database. You want to optimize your application’s performance using Google-recommended best practices. What should you do?
Write to Cloud Spanner using Cloud Client Libraries.
Write to Cloud Spanner using Google API Client Libraries
Write to Cloud Spanner using a custom gRPC client library.
Write to Cloud Spanner using a third-party HTTP client library.
ユーザの投票
コメント(5)
- 正解だと思う選択肢: A
A is the answer.
👍 2zellck2022/12/13 - 正解だと思う選択肢: A
A is correct BC are part of A D idk
“Cloud Client Libraries are the recommended option for accessing Cloud APIs programmatically, where available. Cloud Client Libraries use the latest client library models”
https://cloud.google.com/apis/docs/client-libraries-explained https://cloud.google.com/go/docs/reference
👍 1melisargh2022/12/12 - 正解だと思う選択肢: A
option A
👍 1sharath252022/12/13
シャッフルモード