简体   繁体   中英

amazon rds postgres iops limit

I am new to Amazon RDS for postgres and want to make sure I have something right, If I use amazon rds for postgres then the maximum iops that I can get is 30,000 (queries per second) iops such as what is stated on this page http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html . My question is there anyway to get above that or is that the absolute maximum ? I am working on an application that can receive up to 55,000 queries per second during peak times and trying to see if Amazon rds could be a good fit...

For AWS RDS for Postgres yes 30,000 is the max limit that you can achieve using RDS Instances. But if you launch your Postgres on a I2 EC2 instance you can achieve your required IOPS check this documentation.

http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/i2-instances.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM