How to read a Flatfile in batches [Spring Batch 2.7.8 , Mysql 8]
I have a flat file with 3200000 rows and performance of application decreases as time progresses. For e.g 100000 rows in 30 sec to 320000 in total time of about 4 hours. I am using jdbc template for batch saving…