Sorting the data

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
shirishareddy
Participant
Posts: 12
Joined: Mon Sep 08, 2008 12:40 am
Location: Hyderabad

Sorting the data

Post by shirishareddy »

what is the advantages by using the sort stage instated of in built sort?
Shirishareddy
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

You can specify whether or not the data is already sorted or grouped by a column or columns as well as specifiying the sort method and memory usage when using an explicit sort stage, whereas those options are not available at the stage sort level.
Post Reply