Skip to Content
0
Former Member
Apr 23, 2014 at 09:18 PM

Performance Issue with Export to Database INDX

1420 Views

Hi All,

I am facing some performance issue with the below statement

EXPORT li_table FROM li_li_table TO DATABASE indx(dl) ID lv_vbeln.

In our system, multiple jobs are running at the same time and hitting this statement. A trace shows this statement to be doing updation and hence taking longer time.

My query is Ideally this statement should behave like an insert statement to the INDX table. Then should there be any locking issue with multiple jobs. Secondly, does high volume of data not work better with this statement.