|
| Total Answers and Comments: 6 |
Last Update: April 14, 2009 Asked by: sixto.dsilva |
|
| | |
|
Submitted by: abhi_fresh_as_dew Phases are used in case to use the resources such as memory, disk space, and CPU cycles for the most demanding part of the job.Say, we have memory consuming components in the straight flow and the data in flow is in millions,we can separate the process out in one phase so as the cpu allocation is more for the process to consume less time for the whole process to get over.
In contrary,Checkpoints are like save points while we play a PC game.These are required if we need to run the graph from the saved last phase recovery file(phase break checkpoint) if it fails unexpectedly.
Use of phase breaks which includes the checkpoints would degrade the performance but ensures save point run.Toggling Checkpoints could be helpful for removing checkpoints from phase break.
Abhisek B. fresh as dew!
Above answer was rated as good by the following members: harsha016 | Go To Top
|