cancel
Showing results for 
Search instead for 
Did you mean: 

Multiprogramming level for ASA9

12-05-2012 9:48 AM
5598 views 2 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

Is there a way to (empirical) calculate the "best" multiprogramming level for ASA9, as a function of the values ​​of certain properties of the: - database (sa_db_properties()), - engine (sa_eng_properties()), - connection (sa_conn_info()), etc. ?

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

MarkCulp
Participant
0 Likes

The short answer is no.

Computing the best multiprogramming level (aka MPL) is a very complicated process and the SA team - Mohammed Abouzour in particular - has spent years of research trying to do this (Note: Mohammed wrote his masters thesis on this topic). Newer versions of SA has automatic tuning of MPL as a builtin function - it encorporates "hill climbing" algorithms that watches the throughput of queries within the server and adjusts the MPL to improve the overall performance of the server. See the 12.0.1 docs for more info on auto tuning of MPL.

0 Likes

Of course, I read the by Mohammed Abouzour's thesis (and thinking how to use Queueing Petri net model to this problem). Thank you.

Answers (0)