Transaction adn Array size

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
kollurianu
Premium Member
Premium Member
Posts: 614
Joined: Fri Feb 06, 2004 3:59 pm

Transaction adn Array size

Post by kollurianu »

Hi All,

What does Transaction level and Array size indicate , and how do they effect the job?

Thank you all,
ketfos
Participant
Posts: 562
Joined: Mon May 03, 2004 8:58 pm
Location: san francisco
Contact:

Post by ketfos »

hi,
Transaction handling - If trasaction grouping is enabled, Rows per transaction, in datastage, determines the number of rows written before data is commited in database

If value is set to 0, then all rows are to be written before they are committed.

Array Size is the number of rows that can be fetch in each call to database from datastage or vice versa.

Ketfos
kollurianu
Premium Member
Premium Member
Posts: 614
Joined: Fri Feb 06, 2004 3:59 pm

Post by kollurianu »

Thank you very much Ketfos.
Post Reply