Suppose, I wanted to develop stack overflow website. How do I estimate the amount of commodity hardware required to support this website assuming 1 million requests per day. Are there any case studies that explains the performance improvements possible in this situation?
I know I/O bottleneck is the major bottleneck in most systems. What are the possible options to improve I/O performance? Few of them I know are
You can improve I/O performance in several ways depending upon what you use for your storage setup:
You may want to look at "Lessons Learned" section of StackOverflow Architecture.