Image data migration and transformation

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

kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Sorry that I didnt noticed that it is of Server forum. Compress stages i avaiable only in PX.
BTW as Kenneth suggested, beyond the thershold of 10K should be considred to directly by skiping the DS.
If compression is the only criteria looked for, some external compression can be followed.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

There's no "compression" stage. You'll have to find a compression algorithm and write it as a DS function.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
parag.s.27
Participant
Posts: 221
Joined: Fri Feb 17, 2006 3:38 am
Location: India
Contact:

Post by parag.s.27 »

Hi,

Thanks for all your help, i am now trying to write a routine with compression algo, that compresses the image.

Thanks for quick help
Thanks & Regards
Parag Saundattikar
Certified for Infosphere DataStage v8.0
gateleys
Premium Member
Premium Member
Posts: 992
Joined: Mon Aug 08, 2005 5:08 pm
Location: USA

Post by gateleys »

parag.s.27 wrote:Hi,

Thanks for all your help, i am now trying to write a routine with compression algo, that compresses the image.

Thanks for quick help
Please share it with us via this forum when you are done.

gateleys
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

I sure hope that compression algorithm is understood by whatever looks at that column of data. Taking "jpeg" data and compressing it with an lzw algorithm means you no longer have jpeg data, but lzw. If you're expecting lzw data to show as a picture, you'll first have to un-lzw it to get it back to jpeg. This means that the compression algorithm has to be also used by any queries when getting the data.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
parag.s.27
Participant
Posts: 221
Joined: Fri Feb 17, 2006 3:38 am
Location: India
Contact:

Post by parag.s.27 »

Hi,

i had downloaded a C algorithm for image compression from the net and trying to implement it in the datastage routine, currently i did'nt get any success but i am trying to rewrite that algorithm in BASIC format.
Thanks & Regards
Parag Saundattikar
Certified for Infosphere DataStage v8.0
Post Reply