Re: ANALYZE ONLY - Mailing list pgsql-hackers

From Tom Lane
Subject Re: ANALYZE ONLY
Date
Msg-id 1919201.1724289136@sss.pgh.pa.us
Whole thread Raw
In response to Re: ANALYZE ONLY  (David Rowley <dgrowleyml@gmail.com>)
Responses Re: ANALYZE ONLY
List pgsql-hackers
David Rowley <dgrowleyml@gmail.com> writes:
> I feel like we might need to either bite the bullet and make ONLY work
> consistently with both, or think of another way to have ANALYZE not
> recursively gather stats for each partition on partitioned tables.
> Could we possibly get away with changing inheritance parent behaviour?

Yeah, my thought was to change the behavior so it's consistent in
that case too.  This doesn't seem to me like a change that'd
really cause anybody serious problems: ANALYZE without ONLY would
do more than before, but it's work you probably want done anyway.

            regards, tom lane



pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: ANALYZE ONLY
Next
From: Andy Fan
Date:
Subject: Measure the servers's IO performance