Search found 49 matches

by dsisbank
Thu Jan 04, 2007 7:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Drop Index
Replies: 4
Views: 3601

Drop Index

I want to drop all index to improve loading proceses,But i have to upsert medhod because primary key of table is increasing by trigger automatically.
oracle target stage hasnt open/close command.
how can i drop index before ınserting and create after inserting.
by dsisbank
Fri Dec 29, 2006 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting better upsert performance
Replies: 4
Views: 2111

Getting better upsert performance

Hi,
I use write medhod UPSERT with upsert mode Update and Insert,but performance is very bad.When i use Insert and Update mode,performance is very very good but data is doubled if the data is already loaded before.
How can i solve this?
by dsisbank
Thu Dec 07, 2006 3:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: adding sub sequence using stages
Replies: 3
Views: 1088

thanks for your helping
but how can i detect the change in previous row to the current row in transformer
by dsisbank
Thu Dec 07, 2006 3:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: adding sub sequence using stages
Replies: 3
Views: 1088

adding sub sequence using stages

Hi, I am junior developer and have problem.I have source data like above.Credit_id is increasing automatically credit_id proposal_id 1 1 2 1 3 1 4 2 5 2 and i want to put this data to target like this credit_id proposal_id credit_index 1 1 1 2 1 2 3 1 3 4 2 1 5 2 2 how can i do? thanks for your helps