-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Postgres Benchmark #7
Comments
Edit: As noted below the previous methodology here was wrong. This is now corrected.
# steps taken from https://www.cloudbees.com/blog/tuning-postgresql-with-pgbench
createdb example
pgbench example -i -s 50 --foreign-keys
# Ran the following command 3 times on all the instance types
# This was run on a different machine with 8 cores(t3a.2xlarge)
pgbench -c 100 -j 8 -M prepared -T 30 example
|
(Just a note for any observers; there are some flaws with the methodology used for the above numbers, we'll be updating them soon) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Chore
As part of our move from Alpha to Beta, we will want to be clear about the limitations and performance of our Postgres offering (free tier).
In this benchmark just the Postgres database.
We need to do 3 things:
The text was updated successfully, but these errors were encountered: