Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8808

Re: For All Entries - Performance Issue

$
0
0

Here are few tips for good performance.

 

 

1. Before using for all entries, check the reference table for NOT INITIAL check. ( it_tab[] NOT INITIAL )

2. Sort the reference table. SORT it_tab by key

3. Avoid INTO CORRESPONDING, instead declare your <internal_table> which required fields only

4. Avoid SELECT *, use only required fields in the select query

5. If your Where condition is not the combination of PRIMARY KEY, then go for creating secondary index on custom table

6. Delete adjacent duplicates from reference table

 

Regards,

Fasi


Viewing all articles
Browse latest Browse all 8808


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>