Current setup:
Both servers are hosted in the same network.
We recently ran into a problem when using a Managed MySQL database in a PHP application that is under higher load (200-300 requests / minute). Initially the requests were quiet fast but when the load increased the application became slower. We were able to trace this back to the part where we connect to our database using the private hostname.
Our problem appears to be fixed once we switched to using the private IP instead of the hostname. We suspected that there is some DNS resolution going on that caused the delay.
I’m wondering if this is a known issue and if there is a better way to fix it? For our Redis server we had a similar issue that was solved once we added the private IP and hostname to /etc/hosts.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
i have the same problem with digitalocean manage dababase. and make me lot of problem and spend my time.
jus add private db host name in /etc/hosts we get 10x speed.
ab -n 1000 -n 100 https://xxxx.xxxx.com/luke/ without setting db hosts in local take:5.762 seconds
with setting db hosts in local Take:0.6 seconds
Hi @bramdevries93,
When did you create your hostname and DNS record? Usually, the propagation can take up to 24 hours so this behavior is expected at first.
Additionally, you’ll need to have a reverse DNS setup as well as this might slow you down. My best solution would be to use the IP address of your Droplet, unless of course you need SSL for some reason where the IP won’t be suitable.
Regards, KFSys
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.