Why do flat file load is faster if you compare that with
table load ?
Please answer me.
Advance Thanks,
Manojkumar
Answers were Sorted based on User's Feedback
Answer / joe
In case of dbases- time is consumed to make the dbase
connection for reading/writing data to the table.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / suresh
Here the records has to pass through the database drivers and ODBC connections are required, which is a time taking process.
But where as records from flat files are copied in easier way
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nidhi
To write data in table informatica server generate the insert statement for each row where as for flat file write the data row wise in file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ankur saini er.ankur861@gmail.
Hi in case of teradata..IS have to take care of database
logs , and backup tables etc like transient journel etc
which makes it slow in case of table.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sanjay
While loading the flat file target integration service do not have to prepare insert/update/delete sql statements, also there should not be any database overhead like unique index validation or constraints checking for the target data and no auto data type conversion takes place while writing to flat file target.
| Is This Answer Correct ? | 0 Yes | 0 No |
Thanks Rayudu.
Is there any other reson why flat file load is faster than
table load.
I had an interview and even I said the same answer. But the
interviewer asked me "Is there any other reason ?" .
Interviewer didn't satisfied with this answer.
I hope there will be some other reason as well for this
question.
Anyways thanks for your reply.
| Is This Answer Correct ? | 0 Yes | 1 No |
what is the diff b/w cached and unchaed look ups
My source table having some records ,i want load 1st record and last record into one target?
in which situations we go for pesistent cache in lookup and which situations go for shared lookup cache?
how we load the data from source to staging area
Hi , Please help how to achieve the following scenario. I have a source table like this. Rollno name class university 1 Raj 1st Sku 2 Ram 2nd SVU 3 Sam 3rd OU I need the data in the target table like below. Rollno name class university 1 Raj 1st Sku 2 Ram 2nd SVU 3 Sam 3rd OU 4 Rajesh 5th SKU The Last row values we have.. and we have to append this last row in the target table. Thanks and Regards Nataraj V
define galaxy repository in informatica
Why we need XMLs?
Define filter transformation?
Define sessions in informatica etl?
if we have input eno 1,2,3,1,2,3 year 2001,2002,2003,2001,2002,2003 and sal 10000,20000,30000,20000,30000,40000 ex-output eno totsal 1 30000 2 50000 3 70000
Why should we use star schema in datawarehouse design?
What is meant by a domain?