what is the difference between normal & bulk loading? and
which one is recommended ? why?
Answers were Sorted based on User's Feedback
normalloding:
this is the optin which we to set in the session under
mapping tab.this will represents the loading of data into
target.this is slower when compared to bulk load.this can
load the data even if u have constraints built on u r
target.this will create the session logs
bulloading
it is the faster loading method.we can' load if u have
constraint defined.this will not create sesion logs
generally normal loading is preffered
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / prasanna
Session log is always created in any mode you load. The
loading method is no way realted to creation of a session
log.
Normal mode: Will check for constraints while loading. Its
a process which happens record by record.
Bulk mode: This will not check for any constraints on DB.
So, generally when you don;t have any indexes or
constraints defined on your target table, you can use Bulk
mode which is faster.
In Informatica 8.6.1 , if you define bulk mode also.. if
your task need to perform Normal mode operation,
informatica will chabge it to Normal mode automatically run
time.
| Is This Answer Correct ? | 3 Yes | 0 No |
what is an ETL or ETT? And what are the different types?
what are variable ports and list two situations when they can be used?
When do we use dynamic cache and static cache in connected and unconnected lookup transformations? Difference between stop and abort
What is granularity? Please explain with example
how do u set the size of block buffer?
How can we handle Rejection Logic in Source tables while we are matching the data in Target side in ETL Testing ?
what are Lookup caches options? Including persistent caches.
Explain etl mapping sheets?
how to join two tables without using joiner transformation .advantages of joiner over lookup and vice versa.
give detail on the sales project how many number of dimensions & fact tables are used in projec briefly. how the four fact tables taken in the project.
In informatica, I have 10 records in my source system. I need to load 2 records to target for each run. How do I do this?
What is tracing level? How many types of transformations supported by sorted input?