Re: Statistics Import and Export - Mailing list pgsql-hackers

From Corey Huinker
Subject Re: Statistics Import and Export
Date
Msg-id CADkLM=dBBrUr+t0M90gTxiDd2n-7Ns63xYAnRF4jGLAWG3y8uQ@mail.gmail.com
Whole thread Raw
In response to Re: Statistics Import and Export  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers


On Mon, Nov 18, 2024 at 3:32 PM Bruce Momjian <bruce@momjian.us> wrote:
> How would/could this effect tables that have the vacuum and analyze
> scale_factors different from the rest of db via the ALTE RTABLE statement?
>
> (I do this a lot)

I don't think it would affect it since those control autovacuum, and we
are talking about manual vacuum/analyze.

Correct. The patchset is about carrying over the gathered statistics as-is from the previous major version. Per-table configurations for how to collect statistics would be unchanged.
 

pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: Parallel heap vacuum
Next
From: Tom Lane
Date:
Subject: Re: Fix an error while building test_radixtree.c with TEST_SHARED_RT