I have tried with no fetchsize at all. The same problem.
FetchSize 100 -> Same problem.
FetchSize 10 -> Same problem
All of these test were done using this small sample application (using...
Type: Posts; User: PatrickVB; Keyword(s):
I have tried with no fetchsize at all. The same problem.
FetchSize 100 -> Same problem.
FetchSize 10 -> Same problem
All of these test were done using this small sample application (using...
Hi,
Here are the results. I get the same error OOME using straight forward JDBC statements. It does not even matter whether I specify the ResultSet.TYPE_FORWARD_ONLY, ResultSet.CONCUR_READ_ONLY,...
I also get the problem on a PostgreSQL database, retrieve a large resultset 1M records.
I'm currently investigating if the OOME also happens using plain JDBC statements like suggested by Thomas.
...
The version of Spring Batch I'm currently running I donwloaded last week from SpringSource. It is version 1.1.2.RELEASE.
I think this should be an official release. If this is not, where can I get...
I had the same problems. The solution is to first run the sql scripts on the database.
The scripts are
schema-postgresql.sql (contained in one of the jars)
business-schema-postgresql.sql (this...