Re: pgsql: Introduce framework for parallelizing various pg_upgrade tasks.

2024-09-17 Thread Alexander Korotkov
Hi! On Tue, Sep 17, 2024 at 12:11 AM Nathan Bossart wrote: > Introduce framework for parallelizing various pg_upgrade tasks. > > A number of pg_upgrade steps require connecting to every database > in the cluster and running the same query in each one. When there > are many databases, these steps

pgsql: Introduce framework for parallelizing various pg_upgrade tasks.

2024-09-16 Thread Nathan Bossart
Introduce framework for parallelizing various pg_upgrade tasks. A number of pg_upgrade steps require connecting to every database in the cluster and running the same query in each one. When there are many databases, these steps are particularly time-consuming, especially since they are performed