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

SE30, Performance, nested loop

Former Member
0 Likes
581

Hi,

I looked at SE30 and found something verny usefull for my actual report.

The nested reports and how to do it better.

In the Documentation is written:

[...]

The above parallel cursor algorithm assumes that ITAB2 contains only

entries also contained in ITAB1.

If this assumption does not hold, the parallel cursor algorithm

gets slightly more complicated, but its performance characteristics

remain the same.

I would like to know the more complicated way, because I compare two tables which contain different entries.

Would anybody be so nice and help me?

3 REPLIES 3
Read only

Former Member
0 Likes
541

Check:

<a href="/people/rob.burbank/blog/2006/02/07/performance-of-nested-loops">Performance of Nested Loops</a>

Rob

Read only

0 Likes
541

Waoh!

Thx!

Read only

0 Likes
541

Glad to help.

Rob