Re: track_io_timing default setting - Mailing list pgsql-hackers

From Tom Lane
Subject Re: track_io_timing default setting
Date
Msg-id 3937045.1639149626@sss.pgh.pa.us
Whole thread Raw
In response to track_io_timing default setting  (Jeff Janes <jeff.janes@gmail.com>)
Responses Re: track_io_timing default setting  (Laurenz Albe <laurenz.albe@cybertec.at>)
RE: [EXTERNAL] Re: track_io_timing default setting  ("Godfrin, Philippe E" <Philippe.Godfrin@nov.com>)
List pgsql-hackers
Jeff Janes <jeff.janes@gmail.com> writes:
> Can we change the default setting of track_io_timing to on?

That adds a very significant amount of overhead on some platforms
(gettimeofday is not cheap if it requires a kernel call).  And I
doubt the claim that the average Postgres user needs this, and
doubt even more that they need it on all the time.
So I'm -1 on the idea.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Non-superuser subscription owners
Next
From: Tom Lane
Date:
Subject: Re: Remove pg_strtouint64(), use strtoull() directly