I have a postgresql server 11.2 running as a container on a 4GB, 2vCPU, 80GB droplet.
/proc/infoshows: cpu MHz=2399.998, bogomips=4799.99.
No other activities on the droplet, apart from this.
The same postgresql instance is running on my laptop, a MacBookPro (Retina, 13-inch, Early 2015, 2 cores, 2.9 GHz Intel Core i5).
An exact dump of the remote droplet DB has been restored locally on the mac.
Queries on the mac take consistently far less time (5x) than on the remote DO droplet:
| mac | droplet |
|---|---|
| 327ms | 1750ms |
| 1350ms | 7950ms |
| 638ms | 3101ms |
What could be a possible cause?
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!
Hello,
I would recommend trying out the following things:
Check if your PostgreSQL version is the same on both environments.
Is the configuration of your local instance the same as the one on your Droplet? Try some performance tunning, you can follow the steps from the official PostgreSQL wiki here:
https://wiki.postgresql.org/wiki/Tuning_Your_PostgreSQL_Server
Hope that this helps! Regards, Bobby
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.