Project

Profile

Help

Story #7712

Updated by pulpbot about 2 years ago

 

 **Ticket moved to GitHub**: "pulp/pulpcore/1938":https://github.com/pulp/pulpcore/issues/1938 




 ---- 


 Something like pg_stat_monitor or pg_stat_statements that keeps track of which queries are called most frequently, and much time is spent executing them would be extremely useful.    It's actually quite difficult to do from the Django side. 

 https://www.postgresql.org/docs/current/pgstatstatements.html 
 https://github.com/percona/pg_stat_monitor 

Back