This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: batch sizecfang Jul 31, 2017 10:27 AM (in response to mistrz_7)The jdbc batch insert size is the same as the step item-count value. jdbcItemWriter just add all items in a chunk to the prepared statement. The underlying jdbc driver may impose some limits on the batch insert size and split it further up. In your app, is the step item-count consistent with the jdbc insert batch size? 
- 
        2. Re: batch sizemistrz_7 Aug 1, 2017 2:05 AM (in response to cfang)Thank. Now I understand how it works. 
 
    