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

Performance issue on RH_INSERT_INFTY

GaneshRK
Participant
0 Likes
597

Hi Experts,

We are using RH_INSERT_INFTY to load data for OM Infotypes. We are facing serious performance issue while loading data. For 300 entires it takes 640 seconds. We have tired implementing Buffer clear FM's , which not improved the performance.

RHOM_ALL_BUFFER_INIT

RH_CLEAR_BUFFER   

RH_CLEAR_PLOG_TAB

RH_PM_INFTY_BUFFER_REFRESH 

We required your valuable feedback to improve the performance. Thanks.

Regards,

Ganesh R K.

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
0 Likes
497

For any performance question, please run the traces (ST05 should be sufficient) to check where the problem comes from. If most of the time is spent on a given table, please analyze its execution plan ("explain").