Re: Faster pg_resore with autovacuum off? - Mailing list pgsql-admin

From Laurenz Albe
Subject Re: Faster pg_resore with autovacuum off?
Date
Msg-id 266b4d9fc888a5e56b373f31d35558ecc972c56c.camel@cybertec.at
Whole thread Raw
In response to Re: Faster pg_resore with autovacuum off?  (Ron Johnson <ronljohnsonjr@gmail.com>)
List pgsql-admin
On Sun, 2024-07-28 at 16:55 -0400, Ron Johnson wrote:
> It's obvious why unanalyzed tables could cause materialization to be slow,
> but why would unvacuumed tables cause slowness when creating materialized views?

Because of missing hint bits and visibility map?
But you are right, ANALYZE is more important for query performance.

However, if you disable autovacuum, you also disable autoanalyze...

Yours,
Laurenz Albe



pgsql-admin by date:

Previous
From: Ron Johnson
Date:
Subject: Re: Stream pg_dumpall directly from CentOS7 to Red Hat server
Next
From: Wasim Devale
Date:
Subject: Re: Stream pg_dumpall directly from CentOS7 to Red Hat server