From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com> |
Cc: | Magnus Hagander <magnus(at)hagander(dot)net>, Andres Freund <andres(at)anarazel(dot)de>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: More efficient build farm animal wakeup? |
Date: | 2022-11-24 01:35:31 |
Message-ID: | a00df256-98b6-7edd-54e9-ec1c68f258ba@dunslane.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 2022-11-23 We 16:59, Tom Lane wrote:
> Thomas Munro <thomas(dot)munro(at)gmail(dot)com> writes:
>> On Thu, Nov 24, 2022 at 10:00 AM Magnus Hagander <magnus(at)hagander(dot)net> wrote:
>>> On Wed, Nov 23, 2022 at 9:15 AM Thomas Munro <thomas(dot)munro(at)gmail(dot)com> wrote:
>>> Are you saying you still think it's worth pursuing longpoll or similar methods for it, or that this is good enough?
>> I personally think it'd be pretty neat, to squeeze out that last bit
>> of latency. Maybe it's overkill...
> I can't get excited about pursuing the last ~30 seconds of delay
> for launching tasks that are going to run 10 or 20 or more minutes
> (where the future trend of those numbers is surely up not down).
>
> The thing that was really significantly relevant here IMO was to
> reduce the load on the central server, and I think we've done that.
> Would adding longpoll reduce that further? In principle maybe,
> but I'm not sure we have enough animals to make it worthwhile.
>
>
Yeah, that's my feeling. We have managed to get a large improvement with
a fairly small effort, I'm much less excited about getting another small
improvement from a large effort.
cheers
andrew
--
Andrew Dunstan
EDB: https://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Munro | 2022-11-24 01:59:04 | Re: odd buildfarm failure - "pg_ctl: control file appears to be corrupt" |
Previous Message | Michael Paquier | 2022-11-24 01:19:16 | Re: cleanup in open_auth_file |