-
Notifications
You must be signed in to change notification settings - Fork 402
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
Slow query with ARRAY in SELECT and in WHERE .. ANY #875
Comments
This is due to a bad interaction of Postgres JIT and the type introspection query. Pass |
It works! Thank you! |
elprans
added a commit
that referenced
this issue
Sep 23, 2023
elprans
added a commit
that referenced
this issue
Oct 7, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the issue with a local PostgreSQL install?: PostgreSQL is local, I can reproduce the issue
uvloop?: YES
Two essentially identical requests are executed at different times and it depends on:
The code below reproduces the described problem by showing:
Thank you.
The text was updated successfully, but these errors were encountered: