Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Batch Job Performance Issue.

Former Member
0 Likes
395

Hi Experts,

I am facing a performance issue in a background job, on a selection screen it contains month start date, end date and also effective date as 01/01/2008.

Client executing this report once in every month. Since the effective date is constant, the database contains large volume of data i.e. more than 3 lakh records Presently. Finally the job gets cancelled.

Could you please suggest what should be done in this scenario? Is there any concept like splitting the records as batches like multiples of 20 thousands.

Thanks and Regards,

Stanly

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
329

hi

As you said you can split the records as packages. ( as teh issue is related to low memory of internal table )

select ....package size...

*-- program logic

endslect.

regards,

Naveen

1 REPLY 1
Read only

Former Member
0 Likes
330

hi

As you said you can split the records as packages. ( as teh issue is related to low memory of internal table )

select ....package size...

*-- program logic

endslect.

regards,

Naveen