major difference between normal loading and bulk loading?

Answers were Sorted based on User's Feedback



major difference between normal loading and bulk loading?..

Answer / chandrasekar

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

major difference between normal loading and bulk loading?..

Answer / james

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

major difference between normal loading and bulk loading?..

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

major difference between normal loading and bulk loading?..

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

major difference between normal loading and bulk loading?..

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

major difference between normal loading and bulk loading?..

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

Post New Answer

More Informatica Interview Questions

why we use stored procedure transformation?

4 Answers   IBM,


whether Sequence generater T/r uses Caches? then what type of Cache it is

7 Answers   Accenture,


What is joiner transformation?

0 Answers  


What is the grain level in DWH? If i have year to day. what is the grain level of DWH from year to day.

1 Answers   Zensar,


Hi,tell me the system testing and Integration Testing in the Informatica ? Thank You

2 Answers   TCS,






what is row level and column level indicator?

1 Answers   TCS,


what is diffrence b/w joner and union transfermation

6 Answers  


my source contain data like this eno ename phno 100 john 9989020508 101 ram 7246599999 i want to load the data into target is eno name phno 100 john (998)-9020-508 102 ram (724)-6599-999.

5 Answers   TCS,


What are the new features of informatica 9.x at the developer level?

0 Answers  


how to import multiple flat files in to single target where there is no common column in the flat files

2 Answers   TCS,


What is data merging, data cleansing and sampling?

6 Answers   Satyam,


What are the issues that you have faced while moving your project from the Test Environment to the Production Environment? Please explain in depth thanks in advance

3 Answers  


Categories