Re: pgsql: Use WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for_catchup( - Mailing list pgsql-committers

From Peter Eisentraut
Subject Re: pgsql: Use WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for_catchup(
Date
Msg-id d77e8d61-21ab-4728-ae3b-5303c36904d3@eisentraut.org
Whole thread Raw
In response to pgsql: Use WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for_catchup(  (Alexander Korotkov <akorotkov@postgresql.org>)
Responses Re: pgsql: Use WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for_catchup(
List pgsql-committers
On 06.04.26 21:47, Alexander Korotkov wrote:
> Use WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for_catchup()

This change appears to have made the "make check-world" run 
significantly slower.  In some of my testing, this changed the total run 
time from about 3min 30s to 4min 30s.  (Obviously, the absolute numbers 
will vary, but it's about a 25% increase.)




pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Optimize sorting and deduplicating trigrams
Next
From: Aleksander Alekseev
Date:
Subject: Re: pgsql: Allow autovacuum to use parallel vacuum workers.