Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Explain informatica architecture - version 8 / 9

0 Answers   Informatica,


what are cost based and rule based approaches and what is the difference?

1 Answers  


What is Factless fact table ???

12 Answers   Satyam, Tech Mahindra,


Please let me know how to make Data masking in informatica..

0 Answers  


How to Create a folder using pmrep command?

0 Answers  


Is it possible to update the target table with PK?

1 Answers   TCS,


tell me the push down optimization

2 Answers   Wipro,


How can we get two output ports in un-connect transformation?

2 Answers   Ness Technologies,


write a query to remove null value follwing table? col1 col2 col3 dinesh null null null suresh null null null prakesh i want the output col1 col2 col3 dinesh suresh prakesh

4 Answers   Accenture, TCS,


My i/p is like below 1,2,3,4,5,6,7,8,9,10....100 I want that to be populated in two o/p as below o/p-1: 10,20,30,40,50,60,70,90... o/p-2: 11,21,31,41,51,61,71,81,91.... How to do it in ingotmatica...

2 Answers   Accenture,


Can some one explain me about Telecommunications(wireless) project in Informatica? Thanks in advance

0 Answers  


I am having two tables,say table1 having cols Empid,firstname,lastname,middlename and table2 having Empid,firstname,lastname can i union them using Union t/f?

6 Answers   Accenture,


Categories