unload data for 3 fields from large informix table

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
singhald
Participant
Posts: 180
Joined: Tue Aug 23, 2005 2:50 am
Location: Bangalore
Contact:

unload data for 3 fields from large informix table

Post by singhald »

Hello All DataStage Guru,

I am using informix DB in my DS project. I want to unload the three columns from a very big table which having more than 100000000 records.

Please sugest me some efficient way to unload the data from table.
it can be by DS job or any scripts.

one column out of thouse is primary key .

Thanks

Singhal
Regards,
Deepak Singhal
Everything is okay in the end. If it's not okay, then it's not the end.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Define 'unload'. If all that means is 'dump to a file' with no transformations, that is usually best done with tools your database provides.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply