pg_upgrade vs vacuum_cost_delay - Mailing list pgsql-hackers

From Magnus Hagander
Subject pg_upgrade vs vacuum_cost_delay
Date
Msg-id CABUevEwGBY-W7EkTbjMY1rC+mmRL3fMrnX6YaUkcr+7o9PSa3w@mail.gmail.com
Whole thread Raw
Responses Re: pg_upgrade vs vacuum_cost_delay  (Euler Taveira <euler@timbira.com.br>)
List pgsql-hackers
Shouldn't pg_upgrade turn off vacuum cost delay when it vacuums the new cluster? Not talking about the post-analyze script, but when it runs vacuumdb to analyze and freeze before loading the new schema, in prepare_new_cluster()? Those run during downtime, so it seems like you'd want those to run as fast as possible.

--

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: ERROR: ORDER/GROUP BY expression not found in targetlist
Next
From: Michael Paquier
Date:
Subject: Re: [GENERAL] PgQ and pg_dump