Currently I have 2 small servers in an memcached cluster. We are approaching out limits with them and need to grow. What are the pros/cons or going adding another small instance compared with having 2 medium size instances?

link|improve this question

1  
Facebook's Engineering blog talked about some of the issues they faced with scaling Memcahced: facebook.com/note.php?note_id=39391378919. Also, when you upgrade you should make sure that you can handle the normal load even if you were to lose a server. This probably means that adding a single small instance would not be the way to go, although two more small instances would work. – cmorse Dec 11 '11 at 8:25
Would you please post this as an answer – ckliborn Dec 19 '11 at 0:07
feedback

1 Answer

up vote 2 down vote accepted

Facebook's Engineering blog talked about some of the issues they faced with scaling Memcahced: http://facebook.com/note.php?note_id=39391378919. Also, when you upgrade you should make sure that you can handle the normal load even if you were to lose a server. This probably means that adding a single small instance would not be the way to go, although two more small instances would work.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.