Feb 202021
 

“I want to work on optimizing all my queries all day long because it will definitely be worth the time and effort,” is a statement that has hopefully never been said. So when it comes to query optimizing, how should you pick your battles? Luckily, in PostgreSQL we have a way to take a system-wide look at database queries:  Which ones have taken up the most amount of time cumulatively to execute Which ones are run the most frequently And how long on average they take to execute And that’s just a few places you can shine a light on, using pg_stat_statements. pg_stat_statements is an extension that has been…

External feed Read More at the Source: https://postgr.es/p/50u

 2021-02-20

Sorry, the comment form is closed at this time.