AWS RDS PIOPS bottlenecked

故事扮演 提交于 2019-12-24 17:32:51

问题


I'm running the following rds instance. However, my write PIOPS is bottlenecked at 20% of the allocated PIOPS.

db.r3.xlarge
Provisioned IOPS (SSD)
5000 PIOPS
600 GB

Do you have any ideas why it's stuck there?

Thank you.


回答1:


Your RDS instance type I/O are limited by two factors. IOPS and throughput. As you don't reach your IOPS limit it's probably your throughput which stuck here.

You have a very interesting piece of documentation here.

You could try to upgrade from r3.xlarge to r3.2xlarge to test your throughput needs and update accordingly.



来源:https://stackoverflow.com/questions/34744104/aws-rds-piops-bottlenecked

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!