having the database server over the network will introduce some network latency so initially there will be some drop in performance, but as load increases the ability to dedicate resources to the database server will cause it to out perform local database. It dan be disappointing in the first instance but a better long term strategy
Nov 30, 2022
3
Level 1
Does a dedicated MySQL server help performance?
Hi everyone,
I wonder what the benefits are of having a MySQL server on its own. And I don't necessarily mean a dedicated server, just a VPS dedicated to the MySQL server.
Lately, I've been noticing my website is struggling a bit at busy moments, and I'm at the point where an infrastructure upgrade might be needed. Currently, all applications run on one server, including database, Redis, Elasticsearch. But I'm not sure what would be better, adding resources to this server or moving the database to its own optimized server.
Does anyone have experience with this?
Please or to participate in this conversation.