Re: Run pg_amcheck in 002_pg_upgrade.pl and 027_stream_regress.pl?

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Run pg_amcheck in 002_pg_upgrade.pl and 027_stream_regress.pl?
Date: 2022-04-05 02:12:19
Message-ID: Ykulg0AeqkNqJchp@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Apr 04, 2022 at 05:39:58PM -0700, Andres Freund wrote:
> On my workstation it takes about 2.39s to run pg_amcheck on a regression
> database with all thoroughness options enabled. With -j4 it's 0.62s.
>
> Without more thorough checking it's 1.24s and 0.30s with -j4.

Okay. That sounds like an argument to enable that by default, with
parallelism.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kyotaro Horiguchi 2022-04-05 02:16:44 Re: standby recovery fails (tablespace related) (tentative patch and discussion)
Previous Message Tom Lane 2022-04-05 02:10:50 Re: New Object Access Type hooks