Find answers, ask questions, and connect with our
community around the world.

Home Forums AWS AWS Certified Solutions Architect Professional RDS database performance issue solution

  • RDS database performance issue solution

  • kung

    Member
    June 10, 2020 at 4:22 pm

    Scenario: “A leading blockchain company…cost-effective and suitable options to solve the database performance issue? (Choose 2)”

    Correct marked answers: ‘Read Replica’ + ‘Provisioned IOPS’

    Now I understood from earlier discussion that while improving RDS performance the way to go is always: Read Replica + Cache

    So there is an answer option “Implement sharding to the RDS instances and set up database caching with Amazon ElastiCache Service.”

    You mention sharding not entirely supported. I don’t read that out of this blogpost https://aws.amazon.com/blogs/database/sharding-with-amazon-relational-database-service/

    So I would say this other option -besides ‘Read Replica’- of ‘sharding+elasticache’ is a valid option as well!

    Cheers,
    Robert

  • TutorialsDojo-Support

    Member
    June 12, 2020 at 10:19 pm

    Hello Robert,

    Thanks for the feedback.

    The questions want you to choose “which of the following are the cost-effective”.

    “Implement sharding to distribute the incoming load to multiple RDS MySQL instances.”

    – Yes, this option increases read-performance as well as write performance too. You will have to set up multiple databases for sharding, so it would add complexity and not cost-effective, just to increase your read performance. You don’t want to pay for something you will not use.

    Regards,

    Kenneth Samonte @ Tutorials Dojo

Viewing 1 - 2 of 2 replies

Log in to reply.

Original Post
0 of 0 posts June 2018
Now