Search found 3 matches

by SBublitz
Tue Oct 19, 2004 7:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Stage: Insert on 2 links; Transaction Size
Replies: 6
Views: 1048

Thank you, Ray, for your hints. We have tried it very thoroughly and we found out the following: If you have 2 links writing to one ODBC stage, especially to one table, and if you are using different transaction sizes per link, then they are independent except for the transaction: One ODBC stage mea...
by SBublitz
Fri Oct 15, 2004 9:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Stage: Insert on 2 links; Transaction Size
Replies: 6
Views: 1048

Re: ODBC Stage: Insert on 2 links; Transaction Size

Thank you for the quick reply. To be sure that I am right: I have 1 connection, 2 transactions (one per link), possibly 2 threads (if links start from differents transformers). Imagine one link is "update" and the other one "insert" (e.g. Slowly Changing Dimensions 2 szenario): Then I have to use tr...
by SBublitz
Fri Oct 15, 2004 3:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Stage: Insert on 2 links; Transaction Size
Replies: 6
Views: 1048

ODBC Stage: Insert on 2 links; Transaction Size

Hi, I have questions regarding an ODBC stage with 2 input links, both inserting into the same table. I can enter certain properties per input link, e.g. update action or transaction size. What happens if I define different transaction sizes for both input links (5000 and 1). Does the greater one ove...