Re: More performance improvements for pg_dump in binary upgrade mode

2024-09-02 Thread Daniel Gustafsson
> On 5 Jun 2024, at 04:39, Nathan Bossart wrote: > > On Wed, May 15, 2024 at 03:21:36PM -0500, Nathan Bossart wrote: >> Nice! I'll plan on taking a closer look at this one. > > LGTM. I've marked the commitfest entry as ready-for-committer. Thanks for review, committed. -- Daniel Gustafsson

Re: More performance improvements for pg_dump in binary upgrade mode

2024-06-04 Thread Nathan Bossart
On Wed, May 15, 2024 at 03:21:36PM -0500, Nathan Bossart wrote: > Nice! I'll plan on taking a closer look at this one. LGTM. I've marked the commitfest entry as ready-for-committer. -- nathan

Re: More performance improvements for pg_dump in binary upgrade mode

2024-05-15 Thread Nathan Bossart
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/nu