Results 1 to 4 of 4

Thread: How to improve the performance when deal with database using spring batch

  1. #1
    Join Date
    Aug 2010
    Location
    China
    Posts
    9

    Question How to improve the performance when deal with database using spring batch

    reference the running time of job and step

  2. #2
    Join Date
    Aug 2010
    Location
    China
    Posts
    9

    Question

    Is there anyone that can help me?

  3. #3
    Join Date
    Jan 2010
    Location
    Altan Ord
    Posts
    36

    Default

    JdbcBatchItemWriter ?

  4. #4
    Join Date
    Aug 2010
    Location
    China
    Posts
    9

    Question

    I've tried that, but the performance is not that good. I guess one of the reasons maybe that each commit-interval spring batch will create a new transaction and commit the transaction after the writer reach the commit-interval which may cause much overhead time.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •