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

 Print  |  
Question:  Phase verses Checkpoint

Answer: 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.


September 09, 2008 00:30:17 #1
 chandu9739   Member Since: September 2008    Total Comments: 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.
     

 

Back To Question