1.

Explain Normal Processing Strategy In Spring Batch Framework?

Answer»

Normal processing refers to the batch PROCESSES that runs in a separate batch window, the data being updated is not required by on-line users or other batch processes, where concurrency would not be a concern and a single commit can be DONE at the end of the batch run.

Single commit POINT MAY be a concern in terms of scaiability and volume of data it could handle, it is always a GOOD practice to have restart recovery options .

Normal processing refers to the batch processes that runs in a separate batch window, the data being updated is not required by on-line users or other batch processes, where concurrency would not be a concern and a single commit can be done at the end of the batch run.

Single commit point may be a concern in terms of scaiability and volume of data it could handle, it is always a good practice to have restart recovery options .



Discussion

No Comment Found