How does RDS optimize storage work?

0

What happens in the backend when a customer submits a request to their Oracle RDS to increase the IOPS for the storage? Is this process the same when changing the storage size and if not, how is changing the storage size different from increasing the IOPS?

1 回答
0
已接受的回答

RDS uses EBS Elastic Volumes.https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-modify-volume.html

So whether changing IOPS or storage size or type it is handled seamlessly by the EBS EVs. The only exception would be if your database was created before EVs. Then the first time you make that storage change you will have some degraded performance while the old volumes are copied to the new EV ones. But from then on there should be no impact if you make any other changes again.

专家
John_F
已回答 4 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容