Skip to Content
0
Former Member
Oct 06, 2005 at 04:20 PM

Performance Issue

28 Views

HI,

When I am copying the entries from one table to another table and using modifying statement,

it is taking a lot of time during execution.

the number of entries in the first table are some 20,000 records

my logic is:

1)selecting the records from the first table into an internal table

2)loop and the modify the second table.

the performance is too slow.

is there any way where i can increase the performance.

Thanks