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
@NathanEckert we are aware of this issue and have a fix in place. It should available as part of the next release, version 2.1.0.22, slated for mid-November
Hi @NathanEckert , driver version 2.1.0.22 has been released which contains the fix for this issue. Thank you again for your contribution to the Redshift JDBC Driver!
Driver version
Upgrade from driver
2.1.0.19
to2.1.0.20
Redshift version
PostgreSQL 8.0.2 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.2 20041017 (Red Hat 3.4.2-6.fc3), Redshift 1.0.57864
Client Operating System
Linux Ubuntu 22.04.3 LTS (Jammy Jellyfish)
JAVA/JVM version
Additional dependency:
Problem description
When upgrading driver version, a performance regression is observed when using the driver in conjunction with Hikari.
Before the upgrade, it took 13 ms to close the statement, versus more than 2 seconds after the upgrade.
This issue is only observed with Hikari.
Reproduction code
The previous outputs
Closing statement took: 2021 ms.
with driver version 2.1.0.20, andClosing statement took: 14 ms.
with driver version 2.1.0.19The text was updated successfully, but these errors were encountered: