What is the difference between Normal load and Bulk load?
Answers were Sorted based on User's Feedback
Answer / guest
If you enable bulk loading, the PowerCenter Server
bypasses the database log.This improves session performance.
But the disadvantage is that target database cannot perform
rollback as there is no database log.
In normal load the databse log is not bypassed and
therefore the target databse can recover from an incomplete
session.The session performance is not as high as is in the
case of bulk load
| Is This Answer Correct ? | 81 Yes | 4 No |
Answer / harithareddy
normal load performance recovery is possible where as in
bulk mode it is not possible bez, there is no databaselog
to perform rollback
| Is This Answer Correct ? | 44 Yes | 4 No |
Answer / sachin
1.It is also not allow the constraint when we make Target load type as Bulk Mode
2.Also we do not allow to use indexes on database level in Bulk mode But in Normal mode we can allow indexes as well as constraint.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the scenario which compels informatica server to reject files?
how to connect two or more table with single source qualifier?
Where is metadata stored?
Can we insert ,update ,delete in target tables with one update strategy tran.?
Source as 1 1 2 2 3 3 How to get target as 1 2 3 and 1 2 3
Explain transaction control transformation in informatica
Can we change Dynamic to Static or Persistent cache? If so what happens?
How you prepared reports for OLAP?
what is size of u r database?
In my sourse i have like ename,gender vasu,male geetha,female ram,male suma.female kesav,male in my output i need male,female vasu,geetha ram,suma kesav
How do we implement materialized view?when to use materialized view?
Can we call a stored procedure from a unix script which is run using command task