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  >  Tech FAQs  >  Informatica

 Print  |  
Question:  Suppose one flat file taking loading time of 3 hrs.
How u can reduce that loading time to 1 hr.
( No FTP, Not UNIX system to make parallel processing,No splitting file,and all servers and files and targets existing in same system)




May 05, 2008 10:54:31 #3
 rags.sarath   Member Since: May 2008    Total Comments: 1 

RE: Suppose one flat file taking loading time of 3 hrs.How u can reduce that loading time to 1 hr.( No FTP, Not UNIX system to make parallel processing,No splitting file,and all servers and files and targets existing in same system)
 

If ur source is flat file,the pcs reads 1024 bytes perone line.If the line containg the bytes  less than this number to improve session performance u can tune the 'Line sequntial buffer lenth" in session  properties.

     

 

Back To Question