You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
requiring pg-types.all causes queries like ["SELECT * FROM test_table WHERE test_column IN (?, ?, ?, ?, ?)" v1 v2 v3 v4 v5]
with many replacements to be extremely slow.
Something like 10 s vs. 50 ms for a query with 400 replacements. Any idea what could cause this?
The text was updated successfully, but these errors were encountered:
requiring pg-types.all causes queries like
["SELECT * FROM test_table WHERE test_column IN (?, ?, ?, ?, ?)" v1 v2 v3 v4 v5]
with many replacements to be extremely slow.
Something like 10 s vs. 50 ms for a query with 400 replacements. Any idea what could cause this?
The text was updated successfully, but these errors were encountered: