Good afternoon experts!
The following query is executed on the production database:
select b.* from KUAFChildren a, KUAF b where a.ID=:A1 and a.ChildID=b.ID
It is performed frequently and gives a significant load.
Can anyone explain what kind of request this is and why, is it possible to change its execution frequency or disable it completely?
Thanks a lot for any help!