Re: pg_dump versus hash partitioning
Peter Geoghegan <pg@bowt.ie>
From: Peter Geoghegan <pg@bowt.ie>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers@lists.postgresql.org, Andrew <pgsqlhackers@andrewrepp.com>
Date: 2023-02-01T21:49:39Z
Lists: pgsql-hackers
On Wed, Feb 1, 2023 at 12:39 PM Robert Haas <robertmhaas@gmail.com> wrote: > I don't think the fact that our *traditional* standard for how stable > a hash function needs to be has been XYZ carries any water. Needs > change over time, and we adapt the code to meet the new needs. Since > we have no system for type properties in PostgreSQL -- a design > decision I find questionable -- we tie all such properties to operator > classes. Are you familiar with B-Tree opclass support function 4, equalimage? It's used to determine whether a B-Tree index can use deduplication at CREATE INDEX time. ISTM that the requirements are rather similar here -- perhaps even identical. See: https://www.postgresql.org/docs/devel/btree-support-funcs.html -- Peter Geoghegan
Commits
-
Simplify and speed up pg_dump's creation of parent-table links.
- 064709f803c0 16.0 landed
-
Fix pg_dump for hash partitioning on enum columns.
- bc8cd50fefd3 16.0 landed
- 8f83ce8c5244 12.15 landed
- 7e7c5b683985 13.11 landed
- 5fc1ac151d85 14.8 landed
- 2b216da1e55d 15.3 landed
- 012ffb365a05 11.20 landed