cancel
Showing results for 
Search instead for 
Did you mean: 

Performance Optimization during the Data Archiving Initial runs

Former Member
0 Kudos

Dear Experts,

We are running archiving jobs (Write Job & Preprocessing Jobs) which are running for nearly 56hrs. It is writting and analyzing nearly 4 million records.

Any suggestions to improve the performance for running these jobs to complete in less time. Its ISU Archiving.

I have gone through Many SAP Notes, but i'm unable to find related to improving performance during the archival runs. These are initial runs.

Thank You,

Mahesh C

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You should check the sql statements that are being executed by these runs.. Possibly by adding additional indexes you can speedup the process.

Kind regards,

Mark

Answers (1)

Answers (1)

former_member204746
Active Contributor
0 Kudos

analyze SQL requests made by this program with ST05. then, it might be useful to add an index based on the WHERE clause of long running SQL requests.

Former Member
0 Kudos

Hi Mark & Eric,

Thanks for the suggestions. We will analyse the sql statements if there needed we try to add INDEX.

Mahesh