October 2011
Intermediate to advanced
504 pages
17h 11m
English
This chapter covers
Now that you have some real batch jobs under your belt, you can test them for performance in a development or testing environment. But what do you do when performance isn’t good enough?
You implement scaling and partitioning! Spring Batch provides several scaling techniques to improve performance without making code changes. You implement scaling by reconfiguring jobs, not changing code. For partitioning, you implement code to divide work between a master and slave nodes.
In this chapter, we discuss general scaling concepts for batch ...
Read now
Unlock full access