Re: Restore of a reference database kills the auto analyze processing. - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Restore of a reference database kills the auto analyze processing.
Date
Msg-id 399d1e23-db29-4dda-be55-8be41db48d3d@aklaver.com
Whole thread Raw
In response to Re: Restore of a reference database kills the auto analyze processing.  (Adrian Klaver <adrian.klaver@aklaver.com>)
List pgsql-general
On 5/7/24 08:24, Adrian Klaver wrote:
> On 5/7/24 02:38, HORDER Philip wrote:
>> Thanks for your time Adrian
>>
>>

> 
> 1) What is the exact pg_restore command you are using?
> 
> 2) From earlier post: '...  only analyzes tables in the new db at the 
> point of reload, then shuts off again.' Provide that sequence of events 
> from the Postgres log.
> 
> 3) Also statistics from
> 
> https://www.postgresql.org/docs/current/monitoring-stats.html#MONITORING-PG-STAT-ALL-TABLES-VIEW
> 
> for that table after the reload.


4) The autovacuum settings you have in effect.


-- 
Adrian Klaver
adrian.klaver@aklaver.com




pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Restore of a reference database kills the auto analyze processing.
Next
From: Siddharth Jain
Date:
Subject: Re: Question regarding how databases support atomicity