major difference between normal loading and bulk loading?
Answers were Sorted based on User's Feedback
IF WE SELECT THE TARGET LOAD TYPE IS NORMAL, THEN DATA
MOVEMENT IS ROW BY ROW AND STORE AN INSTRUCTIONS IN SESSION
LOG FILE.IF SESSION FAILS, WE CAN RECOVERY THE DATA USING
SESSION RECOVERY AND DATA LOADING IS SLOW. BUT IN BULK TYPE
LOADING DATA IS FAST AND IT DOESN’T MAINTAIN THE SESSION
LOG FILE. IF SESSION FAILS WE CANNOT USE SESSION RECOVERY
IN BULK MODE.
IF I WRONG MEANS PLEASE SEND THE MAIL TO ME
chandranmca2007@gmail.com
| Is This Answer Correct ? | 15 Yes | 0 No |
The major difference is while going with normal load,we can
have session recovery whereas in Bulk loading we can't.
Some of the other differences are as follows:
Normal Bulk
1.Enters session log before 1.Doesn't enter the session
loading into target there by log and loads directly in
increasing the loading time. target there by decreasing
the loading time.
2.Less performance. 2.High performance.
3.Indexing possible. 3.No concept of indexing.
4For small amount of data. 4.For huge amount of data.
Please let me know if you have any further differences.
Thanks.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / chandrababu.sarupuru
Normal loading will load data row by row and it will create
the datalog for each and every record.
Bulk load will load data in bulk size at a time.It is very
faster than Normal loading .
But in case of session recovery we need data log to recover
the session.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ananta mishra
1-normal loading will load data first in log file then load
in target.
but bulk loading load the data directly in target.
2- performance will increase where bulk loading will use.
3-u can't recover data when use bulk loading.so for that we
have to start workflow again.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ananta mishra
1-normal loading will load data first in log file then load
in target.
but bulk loading load the data directly in target.
2- performance will increase where bulk loading will use.
3-u can't recover data when use bulk loading.so for that we
have to start workflow again.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / seshudwh
in in normal loading: one row complete commit. connect to
tgt table.
bulk loading: first row commit second row........commit all
rows at a time connect to tgt table.
| Is This Answer Correct ? | 0 Yes | 10 No |
can u explain me banking domain projects ? and in banking domain projects how many dimension tables and how many fact tables and how to load source and targets in mapping level plese expain give me one example?
1 Answers Accenture, Cognizant, HCL, IBM, iGate, L&T, TCS, Virtusa,
How do you take care of security using a repository manager
Filter transformation in the condition one of the data is NULL would the record be dropped.
When we enable pushdown optimization technique, two options will be enabled (use view,..). Can anyone tell me how these two options will work ? When do we need to go for pushdown optimization technique ?
why cant we put a sequence generator or upd strategy transformation before joiner transformation?
how to insert header after each group.
HOW DO YOU PARFORM INCREMENTAL LAOD ?
In dept 10, 5 emp sal, i want to do sum of dept 10 emp sal. Is there any othere transformation than the aggrator? if yes how?
how to load dimension table and fact table. plz tell me the steps.
What does “tail –f” command do and what is its use as an Informatica admin.
In a simple mapping when i use aggregate t/r with out any condition or group by, i am getting output as only last record in the table . can any one explain it please.........?
comonly how meny mappings r there in Banking projects?