Re: PG13 Autovacuum for Insert

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: PG13 Autovacuum for Insert
Date: 2021-07-08 14:59:36
Message-ID: 0f43ec20-fb70-c8e7-b00f-be134e9d3c21@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 7/8/21 8:38 AM, Keith Fiske wrote:
[snip]
> Vacuum also keeps the freespacemap and visibility maps updated as well.
> Not quite as critical for insert-only tables, but it can still influence
> query planning. Having an up to date visibility-map can help index-only
> scans happen more frequently if possible.

We've got INSERT-only tables, and the query planner only used sequential
scans (on a freshly loaded 6TB database) until I vacuumed all tables,

--
Angular momentum makes the world go 'round.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Raj kumar 2021-07-08 15:08:48 Re: PG13 Autovacuum for Insert
Previous Message Keith Fiske 2021-07-08 13:38:09 Re: PG13 Autovacuum for Insert