Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: log_duration is redundant, no? - Mailing list pgsql-hackers

Bruce Momjian <[email protected]> writes:
> If you are using an external tool, can't you just restrict what you
> display based on the logged duration?

I think his basic complaint is that doing the full logging pushup for
even short-duration queries is too expensive, and that logging only the
duration and not the query text or parameters makes a significant speed
difference.  I'm not at all sure that I buy that, but if it's true then
subsequent filtering obviously doesn't help.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: log_duration is redundant, no?
Next
From: "Guillaume Smet"
Date:
Subject: Re: log_duration is redundant, no?