Search:

Type: Posts; User: Benny Jiang; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,393

    ok. I solve it . Thanks

    ok. I solve it . Thanks
  2. Replies
    2
    Views
    1,393

    Does Spring batch support nested jobs

    I need to run a new job inside the step of a job. And org.springframework.transaction.UnexpectedRollbackException: Transaction rolled back because it has been marked as rollback-only may always...
  3. How to improve the performance when dealing with database

    Using JdbcCursorItemReader and JdbcBatchItemWriter to deal with data transition from one table to another table, but the performance is not quite good, besides increase commit-interval, is there any...
  4. Replies
    3
    Views
    940

    In Spring Batch, the jobLauncher in default is...

    In Spring Batch, the jobLauncher in default is using synchronized taskExecutor, which means the jobs you run with this launcher will run in sequential.
  5. I've tried that, but the performance is not that...

    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...
  6. Is there anyone that can help me?

    Is there anyone that can help me?
  7. How to improve the performance when deal with database using spring batch

    reference the running time of job and step
  8. Furthermore, I use spring batch to read data from...

    Furthermore, I use spring batch to read data from one database table and after some process and filtering then save them in a new database table.
    I use JDBCCursorItemReader as reader and use...
  9. About the running time of a job and a step

    I found it needs about 35 seconds to launch a job and about 20 seconds to switch from one step to another step. Can the overhead here be decreased?

    I test the time by using an tasklet which do...
Results 1 to 9 of 9