difference between Fileset, Sequencial File, Lookup Fileset

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
deesh
Participant
Posts: 193
Joined: Mon Oct 08, 2007 2:57 am

difference between Fileset, Sequencial File, Lookup Fileset

Post by deesh »

Hi,
If any can give the information about the difference between Fileset, Sequencial File, Lookup Fileset. Its help for me to understand which one need to use suitably in my project Either FileSet or Sequencial File
Last edited by deesh on Fri May 23, 2008 4:59 am, edited 1 time in total.
Azzuri
Premium Member
Premium Member
Posts: 122
Joined: Tue May 13, 2008 11:42 am

Post by Azzuri »

Dataset - Written in Datastage internal format and is very efficient (Not readable)
Fileset - not as efficient as a Dataset but it's readable (I use it for archiving)
Minhajuddin
Participant
Posts: 467
Joined: Tue Mar 20, 2007 6:36 am
Location: Chennai
Contact:

Post by Minhajuddin »

That leaves the Lookup Fileset

Lookup Fileset: Data is stored in Datastage internal format. But, the main advantage of this stage is that it builds an index on the key column when it stores the data. So, you can use this in scenarios where you may want to use some reference data which would be used in many jobs for lookup.

You would get a whole lot of information from the documentation and by searching DSXchange.
Minhajuddin

<a href="http://feeds.feedburner.com/~r/MyExperi ... ~6/2"><img src="http://feeds.feedburner.com/MyExperienc ... lrow.3.gif" alt="My experiences with this DLROW" border="0"></a>
vyyuri
Premium Member
Premium Member
Posts: 25
Joined: Wed Jul 26, 2006 9:35 am
Location: Michigan

Post by vyyuri »

Fileset is partitioned and readable by external applications .
Lookup fileset is also partitioned , But I think it can not be read by external applications ( Correct me If I am wrong)
srinivas
Post Reply