How to Increase Buffer Size more than 1024 in a job?

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
J.Calvo
Participant
Posts: 53
Joined: Fri Oct 09, 2009 4:21 am

How to Increase Buffer Size more than 1024 in a job?

Post by J.Calvo »

Hello,

Other problem that i have found is whitch How i could increase the row buffer size as more than 1024 in the performance properties of a job?

When I set a value greater than 1024 ... automatically it change to 1024..
Why?

Thanks
Best Regards,
Jorge Calvo
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It's not possible. The behaviour you have observed confirms that. You are specifying a 1MB buffer on every link in the job - that should be more than enough for most jobs. Buffers do not fill - they are continually being written to and read from. They simply allow more rows than one at a time to be passed through the job design. It's called "pipeline parallelism".
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
J.Calvo
Participant
Posts: 53
Joined: Fri Oct 09, 2009 4:21 am

Post by J.Calvo »

ray.wurlod wrote:It's not possible. The behaviour you have observed confirms that. You are specifying a 1MB buffer on every link in the job - that should be more than enough for most jobs. Buffers do not fill - the ...
But when you look for information about how to fix the problem: time waiting for mutex ... Really recomends to adjust this value greater than 1024... I don't know... I write the link to the page:
http://etl-tools.info/en/datastage-faq- ... -mutex.htm
Best Regards,
Jorge Calvo
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

That link states that the buffer size can be increased
...increase the buffer size (up to to 1024K)...
J.Calvo
Participant
Posts: 53
Joined: Fri Oct 09, 2009 4:21 am

Post by J.Calvo »

ArndW wrote:That link states that the buffer size can be increased
...increase the buffer size (up to to 1024K)...
...


Ok sorry!
Best Regards,
Jorge Calvo
J.Calvo
Participant
Posts: 53
Joined: Fri Oct 09, 2009 4:21 am

Post by J.Calvo »

ArndW wrote:That link states that the buffer size can be increased
...increase the buffer size (up to to 1024K)...
...


Ok sorry!
Best Regards,
Jorge Calvo
Post Reply