List of questions
Related questions
Question 97 - Certified Heroku Architecture Designer discussion
An existing app is experiencing performance degradation because of multiple executions of multiple, expensive SQL read queries. This SQL code cannot be optimized any further and the frequency of the execution of the queries cannot be reduced. Which two options should an Architect recommend in this scenario?
A.
Hardcode the results of the query into app logic
B.
Add a read-only Heroku Postgres follower
C.
Create a database caching layer
D.
Restart the Heroku Postgres server to reclaim cache
Your answer:
0 comments
Sorted by
Leave a comment first