@scottalanmiller said in How critical is SSD on a web server?:
@dashrender said in How critical is SSD on a web server?:
@scottalanmiller said in How critical is SSD on a web server?:
Web servers typically do not benefit from extra space, either. basically web servers don't use storage in any way. But SSDs at least give you faster boot times, swap space, updates, etc. Extra space would give us literally nothing, in our cases.
Are your DBs for your WP servers running on the same or different hosts from WP?
You want them on the same for performance. There is no advantage to centralization except a tiny bit of consolidation that would come at a cost of performance and reliability to the customers. If they are on a separate box there are more points of failure to worry about, more noisy neighbour risks, and huge latency bumps.
That makes sense.