Skip to content

Question about AWS RDS sharding

0

Hi everyone,

I was reading the AWS documentation on sharding (you can find it here: https://aws.amazon.com/blogs/database/sharding-with-amazon-relational-database-service/). It mentions that the "Routing logic resides at the application tier." Does this mean that developers are responsible for writing the routing logic in their applications to identify which database shard to use for retrieving and persisting data?

2 Answers
2
Accepted Answer

Hello.

Yes, you are correct.
As of August 2024, RDS does not have the ability to do its own sharding.
Therefore, if you want to perform sharding, you need to create it so that the application side selects the RDS for writing.

There is also something called Aurora Limitless Database, but this feature is still in preview, so I don't think it is suitable for use in a production environment.
https://aws.amazon.com/jp/blogs/aws/join-the-preview-amazon-aurora-limitless-database/

EXPERT
answered a year ago
EXPERT
reviewed a year ago
AWS
EXPERT
reviewed a year ago
0

Hi @Riku Kobayashi, Thanks for clarifying my question

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.