amcheck eating most of the runtime with wal_consistency_checking

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Peter Geoghegan <pg(at)bowt(dot)ie>
Subject: amcheck eating most of the runtime with wal_consistency_checking
Date: 2021-04-20 02:50:34
Message-ID: YH5BerweynyUTAbd@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Peter,

While testing wal_consistency_checking, I have noticed that by far
most of the runtime is spent within the regression test check_btree on
the series of three queries inserting each 100k tuples. This also
eats most of the run time of the test on HEAD. Could we for example
consider inserting less tuples with a lower fillfactor to reduce the
runtime of the test without impacting its coverage in a meaningful
way?

Thanks,
--
Michael

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andy Fan 2021-04-20 02:55:53 Re: 2 questions about volatile attribute of pg_proc.
Previous Message Andy Fan 2021-04-20 02:47:10 Re: 2 questions about volatile attribute of pg_proc.