Re: modifying WaitEventSets (was: Performance degradation in commit ac1d794) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: modifying WaitEventSets (was: Performance degradation in commit ac1d794)
Date
Msg-id 18424.1462390295@sss.pgh.pa.us
Whole thread Raw
In response to Re: modifying WaitEventSets (was: Performance degradation in commit ac1d794)  (Andres Freund <andres@anarazel.de>)
Responses Re: modifying WaitEventSets (was: Performance degradation in commit ac1d794)  (Merlin Moncure <mmoncure@gmail.com>)
Re: modifying WaitEventSets (was: Performance degradation in commit ac1d794)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> Given that poll() has been introduced in SRV3 - which IIRC was below our
> usual baseline - and windows is not an issue for latch, I think it'd
> be ok to rely on it.

I think it's entirely reasonable to say that "if you want high performance
you should have poll(3)".  Failing to build without it would be a harder
sell, probably.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: modifying WaitEventSets (was: Performance degradation in commit ac1d794)
Next
From: Merlin Moncure
Date:
Subject: Re: modifying WaitEventSets (was: Performance degradation in commit ac1d794)