Re: pgsql: pg_dump: Retrieve attribute statistics in batches.

2025-04-04 Thread Nathan Bossart
On Fri, Apr 04, 2025 at 07:51:56PM +, Nathan Bossart wrote: > pg_dump: Retrieve attribute statistics in batches. > > [...] > > Discussion: > https://postgr.es/m/CADkLM%3Dc%2Br05srPy9w%2B-%2BnbmLEo15dKXYQ03Q_xyK%2BriJerigLQ%40mail.gmail.com I see the buildfarm failure and am working on a fix.

pgsql: pg_dump: Retrieve attribute statistics in batches.

2025-04-04 Thread Nathan Bossart
pg_dump: Retrieve attribute statistics in batches. Currently, pg_dump gathers attribute statistics with a query per relation, which can cause pg_dump to take significantly longer, especially when there are many relations. This commit addresses this by teaching pg_dump to gather attribute statisti