Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
10.4.2.0, 10.5.3.0, 10.6.2.1, 10.7.1.1
-
None
Description
The Derby JDBC client side statement cache should consult the value of the isPoolable hint before caching prepared statements.
This will give users the ability to avoid that short-lived prepared statements push out more frequently used prepared statements in the case of a full statement cache.
The API JavaDoc says that it is up to the cache whether the hint is used or not.