PCDE • Practice Test 10
Free PCDE practice test — 10 questions with explanations. Set 10. No signup required.
Refer to the exhibit. You restored a Spanner database from a backup and are checking the status of the optimize operation. The operation has been running for 15 minutes and is 45% complete. The database is already accessible but queries on it are slower than expected. What should you do?
gcloud spanner operations describe projects/my-project/instances/test-instance/databases/test-db/operations/_auto_12345
--output:
name: projects/my-project/instances/test-instance/databases/test-db/operations/_auto_12345
metadata:
'@type': type.googleapis.com/google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
name: projects/my-project/instances/test-instance/databases/test-db
progress:
progress_percent: 45
start_time: '2023-10-01T10:00:00Z'
end_time: '2023-10-01T10:15:00Z'
done: false
error: null