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

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: "Bossart, Nathan" <bossartn(at)amazon(dot)com>
Cc: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>, Maxim Orlov <orlovmg(at)gmail(dot)com>, Amul Sul <sulamul(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Bruce Momjian <bruce(at)momjian(dot)us>, Robert Haas <robertmhaas(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: 2022-02-17 00:50:57
Message-ID: 20220217005057.GA3201038@nathanxps13
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here is another rebased patch set.

--
Nathan Bossart
Amazon Web Services: https://aws.amazon.com

Attachment Content-Type Size
v5-0001-Introduce-custodian.patch text/x-diff 18.6 KB
v5-0002-Also-remove-pgsql_tmp-directories-during-startup.patch text/x-diff 4.8 KB
v5-0003-Split-pgsql_tmp-cleanup-into-two-stages.patch text/x-diff 9.8 KB
v5-0004-Move-pgsql_tmp-file-removal-to-custodian-process.patch text/x-diff 6.4 KB
v5-0005-Move-removal-of-old-serialized-snapshots-to-custo.patch text/x-diff 4.3 KB
v5-0006-Move-removal-of-old-logical-rewrite-mapping-files.patch text/x-diff 8.1 KB
v5-0007-Use-syncfs-in-CheckPointLogicalRewriteHeap-for-sh.patch text/x-diff 3.2 KB
v5-0008-Move-removal-of-spilled-logical-slot-data-to-cust.patch text/x-diff 14.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Bossart 2022-02-17 01:10:53 Re: Postgres restart in the middle of exclusive backup and the presence of backup_label file
Previous Message Michael Paquier 2022-02-17 00:48:12 Re: pgsql: Add TAP test to automate the equivalent of check_guc