Replies: 1 comment 2 replies
-
Cool.. Can you share the code / repo, then I can take a look? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have tested some popular database drivers (postgres, pg, mariadb, mysql2) using TechEmpower benchmark tools, i use 3 VMs (server, database, and client, each has 8 vcpus / 8 GB memory)
Tested using the default options of each database driver, this is the result:

https://www.techempower.com/benchmarks/#section=test&shareid=b3cef5dd-6bac-420c-996f-26e3a72d97eb&test=db
Changed the

max
connections for postgres tomax: 1
, and this is the result:https://www.techempower.com/benchmarks/#section=test&shareid=c6a707de-3738-4c59-9501-55403c99b35d&test=db
Why did i get the best benchmark if i set the
max
connection to 1 ?Beta Was this translation helpful? Give feedback.
All reactions