Re: Autovacuum on partitioned table (autoanalyze)

David Steele <david@pgmasters.net>

From: David Steele <david@pgmasters.net>
To: yuzuko <yuzukohosoya@gmail.com>, Alvaro Herrera <alvherre@alvh.no-ip.org>, Kyotaro Horiguchi <horikyota.ntt@gmail.com>, Justin Pryzby <pryzby@telsasoft.com>
Cc: Daniel Gustafsson <daniel@yesql.se>, Amit Langote <amitlangote09@gmail.com>, Masahiko Sawada <masahiko.sawada@2ndquadrant.com>, Laurenz Albe <laurenz.albe@cybertec.at>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Greg Stark <stark@mit.edu>
Date: 2021-03-11T16:06:36Z
Lists: pgsql-hackers
On 12/14/20 8:46 PM, yuzuko wrote:
> 
> On Thu, Dec 3, 2020 at 10:28 PM Alvaro Herrera <alvherre@alvh.no-ip.org> wrote:
> 
> Attach the new patch based on his patch.  What do you think?

Álvaro, Justin, Kyotaro, thoughts on this latest patch?

Regards,
-- 
-David
david@pgmasters.net



Commits

  1. Keep stats up to date for partitioned tables

  2. Revert analyze support for partitioned tables

  3. Document ANALYZE storage parameters for partitioned tables

  4. autovacuum: handle analyze for partitioned tables