what is the need of session partitioning... how it is
useful in real time
Answers were Sorted based on User's Feedback
Answer / sbvprasad
while need means it increase the perfomance of the session.
. like
hash partitioning.
roundrobin.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / amedela chandra sekhar
when you do session partitions ,session performance will be
increase.
ex : session running time 40 minutes before partition
session running time 10 minutes after partition
partition 5 types
key range
hash
pass through
round robin
database
let me if any wrong
chandumba2005@gmai.com
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / srinivasm22
It actually enhances the session performance.
| Is This Answer Correct ? | 2 Yes | 1 No |
What are the different options used to configure the sequential batches?
how do u tune queries?
can we use bulk loading when we use look in mapping
what is target load plan
How we can use union transformation?
my source has 2 columns. 1st column data: ABC ABC ABC XYZ and 2nd column data: 1 2 3 4. And my target should be ABC 1 2 3, XYZ 4
Why can't we connect source qualifier and aggrigator transformation to an expression ? Why they resticted to conncet 2 active trasformations to an passive transformation ?
What are the restrictions of union transformation?
How did you handle performance issues If you have data coming in from multiple sources, just walk thru the process of loading it into the target
how can we calculate fact table size?
What is a candidate key?
what are types of dimentions?