Easy1 markMultiple Choice
Domain 2.1: Relational Data StorageDomain 2.1PostgreSQLPerformance

AZ-305 · Question 19 · Domain 2.1: Relational Data Storage

You are designing an Azure Database for PostgreSQL Flexible Server solution. The application experiences heavy read traffic from reporting dashboards, which is impacting the performance of transactional writes. You need to improve the performance of the transactional workload. What should you recommend?

Answer options:

A.

Enable High Availability (Zone Redundant).

B.

Deploy a read replica and route reporting traffic to it.

C.

Scale up the compute tier of the primary server.

D.

Enable connection pooling using PgBouncer.

How to approach this question

Identify the feature used to offload read-heavy workloads in PostgreSQL.

Full Answer

B.Deploy a read replica and route reporting traffic to it.✓ Correct
Read replicas allow you to scale out read-intensive workloads. You can replicate data from the primary server to up to five replicas, offloading reporting queries and freeing up the primary for transactions.

Common mistakes

Confusing High Availability (standby) with Read Replicas (active for reads).

Practice the full Azure Solutions Architect Expert AZ-305 Practice Exam 6

55 questions · hints · full answers · grading

More questions from this exam