GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Data Warehousing  >  Abinitio
Go To First  |  Previous Question  |  
 Abinitio  |  Question 193 of 193    Print  
Phase verses Checkpoint
Difference between a phase and checkpoint as far as i know it something related with how temporary files containing the data landed to disk is handled.
that is phases are used to break up a graph so that it does not use up all the memory , it reduce the no of component running in parallel hence improves the performances (used for performance fine tuning, by managing the resource in perfect manner)

Check points are used for the purpose of recovery.



  
Total Answers and Comments: 3 Last Update: November 16, 2008     Asked by: sixto.dsilva 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
September 06, 2008 00:30:17   #1  
chandu9739 Member Since: September 2008   Contribution: 1    

RE: Phase verses Checkpoint
Phase does not create temp files in the host directory whereas checkpoint creates .temp file in host directory of the operating system.
 
Is this answer useful? Yes | No
October 18, 2008 01:47:10   #2  
ravula sudheer Member Since: October 2008   Contribution: 7    

RE: Phase verses Checkpoint
Phase is a stage in a graph that runs before staratup of next stage.
Check point is intermediate stoping point of the graph to save guard against failure.
We can arrange phase without check points.
We dont assign checkpoint without phases.


Thanku
sudheer

 
Is this answer useful? Yes | No
November 16, 2008 07:50:29   #3  
sidharth sharma Member Since: November 2008   Contribution: 1    

RE: Phase verses Checkpoint
The major difference between these to is that phasing deletes the intermediate files made at the end of each phase, as soon as it enters the next phase. On the other hand, what checkpointing does is...it stores these intermediate files till the end of the graph. Thus we can easily use the intermediate file to restart the process from where it failed. But this cannot be done in case of phasing.
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape