Re: Use CLOCK_MONOTONIC_COARSE for instr_time when available - Mailing list pgsql-hackers

From wenhui qiu
Subject Re: Use CLOCK_MONOTONIC_COARSE for instr_time when available
Date
Msg-id CAGjGUA+OJYfkz8APZ3i7EXPDFNiwnxUJPTn0B+9jbmUN7uxS0w@mail.gmail.com
Whole thread Raw
In response to Re: Use CLOCK_MONOTONIC_COARSE for instr_time when available  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
HI 

> As far as I know, our usage of instr_time really needs the highest
> resolution available, because we are usually trying to measure pretty
> short intervals.  You say that this patch reduces execution time,
> and I imagine that's true ... but I wonder if it doesn't do so at
> the cost of totally destroying the reliability of the output numbers. 
i strongly agree ,It seems like focusing on the small stuff while missing the big pictur

pgsql-hackers by date:

Previous
From: Vladlen Popolitov
Date:
Subject: Re: Current master hangs under the debugger after Parallel Seq Scan (Linux, MacOS)
Next
From: Amit Kapila
Date:
Subject: Re: Fix slot synchronization with two_phase decoding enabled