Page 1 of 1

Uses of stages

Posted: Fri Sep 12, 2008 11:58 am
by arunkumar1111
Hi

I'm using DSEE. IN this we hae many stages

We have sort stage which has remove duplicate option and in the Remove Duplicate stage we have sort option.
Which is best and when should we use each. Also we can do sort explicitily and remove duplicate then

Thanks and Regards
Arun

Posted: Fri Sep 12, 2008 6:06 pm
by ray.wurlod
The same kind of sort is performed no matter how you specify it, though the Sort stage gives more control (for example over memory used) and more options (such as the ability to generate a key change column).

You can certainly use separate stages for sorting and for removing duplicates.