Sybase DB to 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
nvalia
Premium Member
Premium Member
Posts: 180
Joined: Thu May 26, 2005 6:44 am

Sybase DB to File

Post by nvalia »

Hi,

Has anyone tried to copy around a few million rows with each one having 100-150 columns in to a Sequential file or a dataset from a Sybase table. No data transformation required.

How much would the file size be aproximately?

Regards,
NV
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

number of bytes per row multiplied by number of rows,
that will give you a good approximation
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
narasimha
Charter Member
Charter Member
Posts: 1236
Joined: Fri Oct 22, 2004 8:59 am
Location: Staten Island, NY

Post by narasimha »

Run through a sample data of say 100 rows. Check the size of your output file.
You could estimate the size by multiplying accordingly.
Narasimha Kade

Finding answers is simple, all you need to do is come up with the correct questions.
Post Reply