Details
Description
See description in the GeoServer issue
Issue Links
- is depended upon by
-
GEOS-3727
Unbounded prepared statement pooling can bring Oracle to its knees
-
Activity
Andrea Aime
made changes -
Andrea Aime
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
Jody Garnett
made changes -
| Component/s | jdbc [ 12180 ] | |
| Component/s | data jdbc-ng [ 13503 ] |
I would like to squash this one swiftly, as it's really just a matter of exposing one parameter.
Just not sure how to expose it. As a Oracle specific param? Or we expose it for Postgis and H2 as well?
I guess we could declare the parameter in the general JDBCDataStoreFactory, and handle it in createDataSource(Map params, SQLDialect dialect), but let the subclasses decide if expose it or not?
Or else, have an overridable exposeMaxPreparedStatements() method that returns false by default, but the subclasses can override it and return true if they want to expose the parameter?