DataSet against Sequential file

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
videsh77
Premium Member
Premium Member
Posts: 97
Joined: Thu Dec 02, 2004 10:43 am
Contact:

DataSet against Sequential file

Post by videsh77 »

Just a Qn when I checked DataSet as against Sequential File. I found file size in unix env for DataSet is greater than Sequential file. Is it normal to have DataSets remain bigger in size than Sequential file for the same Data contents?
Thanks with regards,
videsh.
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Yes, dataset has its own conversion algorithm.
And more over the fields like varchar are assigned the full length of its max value. In order to improve the access efficiency. Where as sequential files will have the whitspace truncated.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
videsh77
Premium Member
Premium Member
Posts: 97
Joined: Thu Dec 02, 2004 10:43 am
Contact:

Post by videsh77 »

Thanks it helps.
Thanks with regards,
videsh.
Post Reply