From: | "alvherre(at)alvh(dot)no-ip(dot)org" <alvherre(at)alvh(dot)no-ip(dot)org> |
---|---|
To: | "Bossart, Nathan" <bossartn(at)amazon(dot)com> |
Cc: | Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>, "x4mmm(at)yandex-team(dot)ru" <x4mmm(at)yandex-team(dot)ru>, "a(dot)lubennikova(at)postgrespro(dot)ru" <a(dot)lubennikova(at)postgrespro(dot)ru>, "hlinnaka(at)iki(dot)fi" <hlinnaka(at)iki(dot)fi>, "matsumura(dot)ryo(at)fujitsu(dot)com" <matsumura(dot)ryo(at)fujitsu(dot)com>, "masao(dot)fujii(at)gmail(dot)com" <masao(dot)fujii(at)gmail(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: archive status ".ready" files may be created too early |
Date: | 2021-08-18 17:04:11 |
Message-ID: | 202108181704.y3xssxde4qsf@alvherre.pgsql |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 2021-Aug-17, alvherre(at)alvh(dot)no-ip(dot)org wrote:
> However, why do it in a WAL-producing client-connected backend? It
> strikes me as a bad thing to do, because you are possibly causing delays
> for client-connected backends. I suggest that we should give this task
> to the WAL writer process -- say, have XLogBackgroundFlush do it.
Reading the comments on walwriter.c I am hesitant of having walwriter do
it:
> * Because the walwriter's cycle is directly linked to the maximum delay
> * before async-commit transactions are guaranteed committed, it's probably
> * unwise to load additional functionality onto it. For instance, if you've
> * got a yen to create xlog segments further in advance, that'd be better done
> * in bgwriter than in walwriter.
So that comment suggests that we should give the responsibility to bgwriter.
This seems good enough to me. I suppose if bgwriter has a long run of
buffers to write it could take a little bit of time (a few hundred
milliseconds?) but I think that should be okay.
--
Álvaro Herrera 39°49'30"S 73°17'W — https://www.EnterpriseDB.com/
"No renuncies a nada. No te aferres a nada."
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Geoghegan | 2021-08-18 17:04:49 | Re: The Free Space Map: Problems and Opportunities |
Previous Message | Andrew Dunstan | 2021-08-18 16:57:35 | Re: NAMEDATALEN increase because of non-latin languages |