Hi there,
After upgrading to 22.10.1, when we use resource staus page, the resource status query used by DbReadResourceRepository.php is taking longer than 2.5 minutes causing database queuing and topping database cpu
I thought it could be the way mysql handles the join queries, so we migrated from mysql 5.7 to mariadb 10.6.7, but it didnt make a difference to this query.
Does anyone have any tips