When you're occurring performance issue, you should first seek for missing SQL indexes. Indeed, when SQL index is missing, your database needs to run a full scan on the table (more CPU consumption, and less CPU for the other queries) and SQL query response is slowing down by this heavy processing.
Check SQL index existence
In HAC, you can easily check SQL index existence for each table: /hac/azurehac/schema/
hac/azurehac/schema/tables/



