array size and transaction 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
4friends
Participant
Posts: 71
Joined: Tue May 01, 2007 12:51 pm
Location: Mumbai

array size and transaction size

Post by 4friends »

any one can explain array size and transaction size with uses,where we get these in datastage
thanks & regards
kk
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

I did, years ago. Search the forum.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Or have a chat with your DBA.
-craig

"You can never have too many knives" -- Logan Nine Fingers
baglasumit21
Participant
Posts: 132
Joined: Wed Mar 01, 2006 11:12 pm
Location: Pune

Re: array size and transaction size

Post by baglasumit21 »

4friends wrote:any one can explain array size and transaction size with uses,where we get these in datastage
The array size gives the numbe rof rows to be cached before writing them to database
The transaction size gives the number of rows after which the transaction is to be commited to database.

Both are present in the input tab (appears when you are writing data to database) of database stages like (Oracle, DB2, etc).
SMB
Post Reply