-
-
Notifications
You must be signed in to change notification settings - Fork 50
Bump to 16 #3278
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
Bump to 16 #3278
Conversation
4cd1315
to
947ca36
Compare
947ca36
to
5041121
Compare
Putting this back in draft, because I'm seeing a huge performance regression when running the tests locally with the I'm guessing it's related to the temp fs flag |
No, it's Postgres itself. Here are the timing just running the
for different versions of Postgres (plus with/without tempfs in two cases):
Next guess it's related to the table truncation we're doing in db test setup. |
5041121
to
eb655f3
Compare
5885269
to
8ec6f83
Compare
… variables before using Environment.get
Both
dev
andprod
are on version 16.3 now.In order to switch over locally, run
Check the postgres version via the following SQL query:
SELECT version();