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 |
What is parameter file?
scd methodology?
what is mapping parameter and mapping variables
hi all, Can anyone please tell me the relationship between informatica and business objects
how to load the data in fact table.. using look up transformation how to view the second record. usally look up shows matching record for only one value. if i have same value its not displaying. ex: problem i faced. i have total, student no and name in table student i used aggregation transformation to display max(total). i have two same max values in total. when i look up the student name and no for this max(total), its showing only one name and no, its leaving the second one. how to rectify it. plz tel me step by step or clearly.
What are the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?
How do you implement unconn. Stored proc. In a mapping?
Clarify the utilization of aggregator cache record?
we have three columns and two rows. col1 col2 col3 a b c want to change into 2 columns and 3 rows ,how? col1 a col2 b col3 c which transformation u'll use and how?
What is difference between a connected look up and unconnected look up?
what is parallel querying and what r hints.
Can we insert and update a target table without using update strategy transformation?How?