Which RDS instance type has better IO: Extra Large DB Instance or High-Memory Extra Large Instance

前端 未结 1 2053
庸人自扰
庸人自扰 2021-02-09 16:29

I am getting IO performance concerns with Amazon RDS using mysql 5.5.12. There are 2 instance types that are similar and close in price:

Extra Large DB Instance: 15 GB o

相关标签:
1条回答
  • 2021-02-09 17:31

    m1.xlarge instances (the 64-bit/15GB you mention) get a NIC all to themselves and therefore have the best network (and by extension, EBS) performance. With striping you can sustain 1500 disk iops, as oppossed to the standard 100 iops.

    When used in RDS, you will see highest iops by setting your storage size to at least 300GB, which triggers back-end striping.

    If you need more RAM or CPU, only the c1.xlarge and m2.4xlarge instance types have the full NIC to themselves- they would also required 300GB storage allocation to take advantage of it.

    0 讨论(0)
提交回复
热议问题