Handling Performance Issues in Phase PARRUN_SMIG_SFIN
Context
Due to small table buffer size for the temporary system, almost all database selects are
ignoring the table buffer and execute a query on the database.
Procedure
Stop the temporary system.
Open the instance profile of the temporary system on OS-level:
<DIR_PUT>/system/<SID>/SYSTMP/profile/<InstanceProfile>
Delete the following parameters:
zcsa/table_buffer_area
zcsa/presentation_buffer_area
zcsa/db_max_buftab
rtbb/buffer_length
rtbb/max_tables
Removing the parameters will enable the default setting for the temporary
system.