On Wed, Feb 20, 2013 at 12:26 PM, Stefano Iacovella <
[email protected]> wrote:

> Hi Andrea,
>
> I saw that Oracle  JDBC Driver have a setDefaultRowPrefetch() and
> setRowPrefetch () methods
>
> http://slowdog.net/archives/22
>
> For the sake of curiosity, do you know if they are used in GeoTools or
> could you point me to the classes where I can check?
>
>
They are not used at all, we are just setting up a DBCP connection pool
in the most generic way, there is nothing DBMS specific in it:
https://github.com/geotools/geotools/blob/master/modules/library/jdbc/src/main/java/org/geotools/jdbc/JDBCDataStoreFactory.java#L428

Subclasses are allowed to override those methods, but the Oracle one does
not (not sure if any subclass does at all):
https://github.com/geotools/geotools/blob/master/modules/plugin/jdbc/jdbc-oracle/src/main/java/org/geotools/data/oracle/OracleNGDataStoreFactory.java


Cheers
Andrea

-- 
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

-------------------------------------------------------
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to