Changes between Initial Version and Version 1 of Ticket #2009
- Timestamp:
- May 23, 2016, 3:23:06 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2009 – Description
initial v1 1 This was investigated for MySQL a long time ago and resulted in setting some parameters on the connection string (`useCursorFetch=true&defaultFetchSize=100&useServerPrepStmts=true` ).1 This was investigated for MySQL a long time ago and resulted in setting some parameters on the connection string (`useCursorFetch=true&defaultFetchSize=100&useServerPrepStmts=true`, see #953). 2 2 3 3 I guess the corresponding investigations were never made for PostgreSQL because it seems like the JDBC driver is loading the entire resultset into memory (this was seen when testing the Reggie release exporter http://baseplugins.thep.lu.se/ticket/887).