public inbox for [email protected]
help / color / mirror / Atom feedFrom: Nathan Bossart <[email protected]>
To: Daniel Gustafsson <[email protected]>
Cc: PostgreSQL Hackers <[email protected]>
Subject: Re: More performance improvements for pg_dump in binary upgrade mode
Date: Wed, 15 May 2024 15:21:36 -0500
Message-ID: <20240515202136.GA1432094@nathanxps13> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
On Wed, May 15, 2024 at 10:15:13PM +0200, Daniel Gustafsson wrote:
> With the typarray caching from the patch attached here added *and* Nathan's
> patch from [0] added:
>
> $ time ./bin/pg_dump --schema-only --quote-all-identifiers --binary-upgrade \
> --format=custom --file a postgres > /dev/null
>
> real 0m1.566s
> user 0m0.309s
> sys 0m0.080s
>
> The combination of these patches thus puts binary uphrade mode almost on par
> with a plain dump, which has the potential to make upgrades of large schemas
> faster. Parallel-parking this patch with Nathan's in the July CF, just wanted
> to type it up while it was fresh in my mind.
Nice! I'll plan on taking a closer look at this one. I have a couple
other ideas in-flight (e.g., parallelizing the once-in-each-database
operations with libpq's asynchronous APIs) that I'm hoping to post soon,
too. v18 should have a lot of good stuff for pg_upgrade...
--
Nathan Bossart
Amazon Web Services: https://aws.amazon.com
view thread (2+ messages)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: More performance improvements for pg_dump in binary upgrade mode
In-Reply-To: <20240515202136.GA1432094@nathanxps13>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox