Re: impact of auto explain on overall performance

2019-03-14 Thread Jeremy Schneider
On 3/14/19 00:29, Stephan Schmidt wrote: > i’m currently working on a high Performance Database and want to make > sure that whenever there are slow queries during regular operations i’ve > got all Information about the query in my logs. So auto_explain come to > mind, but the documentation explici

Re: impact of auto explain on overall performance

2019-03-14 Thread Jeff Janes
On Thu, Mar 14, 2019 at 3:29 AM Stephan Schmidt wrote: > Hello, > > > > i’m currently working on a high Performance Database and want to make sure > that whenever there are slow queries during regular operations i’ve got all > Information about the query in my logs. So auto_explain come to mind,

Re: impact of auto explain on overall performance

2019-03-14 Thread Adrien NAYRAT
On 3/14/19 9:23 AM, Justin Pryzby wrote: On Thu, Mar 14, 2019 at 07:29:17AM +, Stephan Schmidt wrote: i’m currently working on a high Performance Database and want to make sure that whenever there are slow queries during regular operations i’ve got all Information about the query in my log

Re: impact of auto explain on overall performance

2019-03-14 Thread Justin Pryzby
On Thu, Mar 14, 2019 at 07:29:17AM +, Stephan Schmidt wrote: > i’m currently working on a high Performance Database and want to make sure > that whenever there are slow queries during regular operations i’ve got all > Information about the query in my logs. So auto_explain come to mind, but t