ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 104 - Professional Cloud Database Engineer discussion

Report
Export

You are the database administrator of a Cloud SQL for PostgreSQL instance that has pgaudit disabled. Users are complaining that their queries are taking longer to execute and performance has degraded over the past few months. You need to collect and analyze query performance data to help identity slow-running queries. What should you do?

A.
View Cloud SQL operations to view historical query information.
Answers
A.
View Cloud SQL operations to view historical query information.
B.
White a Logs Explorer query to identify database queries with high execution times.
Answers
B.
White a Logs Explorer query to identify database queries with high execution times.
C.
Review application logs to identify database calls.
Answers
C.
Review application logs to identify database calls.
D.
Use the Query Insights dashboard to identify high execution times.
Answers
D.
Use the Query Insights dashboard to identify high execution times.
Suggested answer: D

Explanation:

A Cloud SQL instance configured for HA is also called a regional instance and has a primary and secondary zone within the configured region. Within a regional instance, the configuration is made up of a primary instance and a standby instance. Through synchronous replication to each zone's persistent disk, all writes made to the primary instance are replicated to disks in both zones before a transaction is reported as committed. In the event of an instance or zone failure, the standby instance becomes the new primary instance. Users are then rerouted to the new primary instance. This process is called a failover.

asked 18/09/2024
Lucas Kenji Mizuguchi Martins
47 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first