High CPU driving query in azure database for postgresql
Team,
i have azure database for postgresql and CPU is gradually increasing and i have query store enabled and i cannot increase the resources due to cost limitation.
How to get list of queries responsible for consuming CPU from during a specific period?. I'm looking for exact Query store queries which i can directly run in 'azure_sys' database. the below link doesn't have any QS queries.
https://learn.microsoft.com/en-us/azure/postgresql/concepts-query-store
The query performance insights just gives high duration queries and doesn't give which query is driving the CPU..
Appreciate the help. thanks