Open eivanov89 opened 6 months ago
We already added a support of caching of prepared queries to JDBC Driver so there is no overhead for requests except for first
We already added a support of caching of prepared queries to https://github.com/ydb-platform/ydb-jdbc-driver/pull/37 so there is no overhead for requests except for first
So, do we need just to update JDBC driver (as planned)?
Yes, this issue will be fixed after updating to new version of JDBC driver
In a multistep transaction we send prepare transaction requests multiple times (obtaining a session each time, which can be blocking).
Alex, you told you know, how to avoid this stuff. Please, have a look again.