Skip to content
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

Disable Postgres JIT #8804

Merged
merged 1 commit into from
Mar 15, 2023
Merged

Disable Postgres JIT #8804

merged 1 commit into from
Mar 15, 2023

Conversation

zanieb
Copy link
Contributor

@zanieb zanieb commented Mar 15, 2023

Duplicate of #8803 authored by @jakekaplan — based on main instead of #8702

We've seen timeouts in tests running against Postgres servers and massive slowdowns when running Postgres 14 vs 13.

A possible cause is https://lightrun.com/answers/magicstack-asyncpg-slow-introspection-when-using-multiple-custom-types-in-a-query

We've confirmed that JIT is enabled in 13 by default as well as 14 so it would probably need to be a specific change to JIT behavior in 14.

@zanieb zanieb added the enhancement An improvement of an existing feature label Mar 15, 2023
@netlify
Copy link

netlify bot commented Mar 15, 2023

Deploy Preview for prefect-docs ready!

Name Link
🔨 Latest commit d52c39f
🔍 Latest deploy log https://app.netlify.com/sites/prefect-docs/deploys/641202fde8055c0008185bf7
😎 Deploy Preview https://deploy-preview-8804--prefect-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@jakekaplan jakekaplan mentioned this pull request Mar 15, 2023
3 tasks
@zanieb zanieb marked this pull request as ready for review March 15, 2023 18:18
@zanieb zanieb requested a review from a team as a code owner March 15, 2023 18:18
@zanieb zanieb requested a review from a team March 15, 2023 18:18
Copy link
Contributor

@jakekaplan jakekaplan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@zanieb zanieb merged commit 3e63afc into main Mar 15, 2023
@zanieb zanieb deleted the no-jit-pg branch March 15, 2023 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An improvement of an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants