Re: improve performance of pg_dump with many sequences

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, Euler Taveira <euler(at)eulerto(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: improve performance of pg_dump with many sequences
Date: 2024-07-18 20:29:19
Message-ID: Zpl7HywbF2qAkTVf@nathan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I fixed a compiler warning on Windows in v6 of the patch set. Sorry for
the noise.

--
nathan

Attachment Content-Type Size
v6-0001-parse-sequence-information.patch text/plain 6.0 KB
v6-0002-cache-sequence-information.patch text/plain 10.2 KB
v6-0003-introduce-pg_sequence_read_tuple.patch text/plain 4.4 KB
v6-0004-cache-sequence-data.patch text/plain 4.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ron Johnson 2024-07-18 20:32:49 Re: filesystem full during vacuum - space recovery issues
Previous Message Tom Lane 2024-07-18 20:22:47 Re: Seq scan instead of index scan querying single row from primary key on large table