Application Development 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: 

Performance Analysis

Former Member
0 Kudos

Hi,

Can someone tell me what is meant by rsdb/max_blocking_factor?

And how do we calculate the above mentioned factor?

Thanks,

Supriya Manik.

1 REPLY 1

Former Member
0 Kudos

Hi

In connection with SELECT ... FOR ALL ENTRIES the following problems occur:

1)You cannot have an empty internal driver table. If the driver table is empty, selection is not limited. In particular, WHERE clause conditions are not evaluated if they do not refer to the internal driver table.

2)Duplicate table entries should be deleted from the internal table before executing the SELECT... FOR ALL ENTRIES. If they are not deleted, identical data is read unnecessarily from the database.

<b>3)The parameter rsdb/max_blocking_factor must be implemented according to SAP's database-specific recommendations</b>.

<b>Reward if usefull</b>