Is there any issue if we use Partitioner along with multi threaded steps ?
My idea is that if I have to process huge records from 2 different database tables , then I use partitioner to split the tables and then each step with Step scope will execute queries against a table in a multi thread manner ? I am planning to use JDBCPagingItemReadr and JDBCBatchItemWriter