1.

Explain Partitioning In Spring Batch Framework?

Answer»

Partitioning faciliates multiple large BATCH APPLICATIONS to run concurrently that minimize the elapsed time required to process long batch jobs. Processes which can be successfully partitioned are those where the input file can be split and/or the main DATABASE tables partitioned to allow the APPLICATION to run against different sets of data.

Processes which are partitioned must be designed to only process their ASSIGNED data set.

Partitioning faciliates multiple large batch applications to run concurrently that minimize the elapsed time required to process long batch jobs. Processes which can be successfully partitioned are those where the input file can be split and/or the main database tables partitioned to allow the application to run against different sets of data.

Processes which are partitioned must be designed to only process their assigned data set.



Discussion

No Comment Found