Re: improve performance of pg_dump with many sequences
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Nathan Bossart <nathandbossart@gmail.com>
Cc: Michael Paquier <michael@paquier.xyz>, Euler Taveira <euler@eulerto.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-07-17T18:59:26Z
Lists: pgsql-hackers
Nathan Bossart <nathandbossart@gmail.com> writes: > On second thought, I worry that this change might needlessly complicate the > pg_sequences system view. Maybe we should just add a > pg_sequence_get_tuple() function that returns everything in > FormData_pg_sequence_data for a given sequence OID... Uh ... why do we need a function, rather than just select * from pg_sequence ? regards, tom lane
Commits
-
pg_dump: Fix gathering of sequence information.
- 7a485bd641b7 19 (unreleased) landed
- 39d55557661f 18.2 landed
-
Improve performance of dumpSequence().
- 68e962998598 18.0 landed
-
Improve performance of dumpSequenceData().
- bd15b7db489d 18.0 landed
-
Introduce pg_sequence_read_tuple().
- c8b06bb969bf 18.0 landed
-
Parse sequence type and integer metadata in dumpSequence().
- 23687e925f94 18.0 landed