cancel
Showing results for 
Search instead for 
Did you mean: 

[PERF] - behavior of a query in base after change

former_member202213
Participant
0 Kudos

Hi Everyone,

I've got the following problem :

On a production system, a program is slowed down a lot (25% more).

The only change we did in the program is adding a field in a selection.

How will the buffer behave after this kind of change ?

I know that in ST04, we will find a new SQL-ID for the new query. but what will it do with the buffer, will it start again to put database data in buffer hence slowing down the query ?

My query is a join between two huge tables (almost 500M entries each)

Maybe the use of "for all entries" instruction doesn't help ?

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Everyone,

nobody encountered this kind of problem ?