Re: O(n) tasks cause lengthy startups and checkpoints

From: "Bossart, Nathan" <bossartn(at)amazon(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: O(n) tasks cause lengthy startups and checkpoints
Date: 2021-12-14 20:13:38
Message-ID: CD6DA19D-8EA0-4A97-B1A2-0428ED91EB41@amazon.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 12/14/21, 12:09 PM, "Bossart, Nathan" <bossartn(at)amazon(dot)com> wrote:
> On 12/14/21, 9:00 AM, "Bruce Momjian" <bruce(at)momjian(dot)us> wrote:
>> Have we changed temporary file handling in any recent major releases,
>> meaning is this a current problem or one already improved in PG 14.
>
> I haven't noticed any recent improvements while working in this area.

On second thought, the addition of the remove_temp_files_after_crash
GUC is arguably an improvement since it could prevent files from
accumulating after repeated crashes.

Nathan

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Juan José Santamaría Flecha 2021-12-14 20:13:52 Re: WIN32 pg_import_system_collations
Previous Message Bossart, Nathan 2021-12-14 20:09:59 Re: O(n) tasks cause lengthy startups and checkpoints