Search:

Type: Posts; User: PatrickVB; Keyword(s):

Search: Search took 0.02 seconds.

  1. I have tried with no fetchsize at all. The same...

    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...
  2. Out of memory exception

    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,...
  3. Out of memory exception

    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.
    ...
  4. Replies
    4
    Views
    5,538

    Running samples on PostgreSQL

    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...
  5. Replies
    4
    Views
    5,538

    Running samples on PostgreSQL

    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...
Results 1 to 5 of 5