public inbox for [email protected]
help / color / mirror / Atom feedFrom: Laurenz Albe <[email protected]>
To: Олег Самойлов <[email protected]>
To: Pgsql-admin <[email protected]>
Subject: Re: autoanalyze did not run
Date: Mon, 26 Jan 2026 08:23:19 +0100
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
On Mon, 2026-01-26 at 08:31 +0300, Олег Самойлов wrote:
> I try to investigate why autoanalyze did not run in time of our initial
> loading data. Yes, I know, running analyze manually is highly
> recommended in such case. But is must run automatically too.
You'd have to show more evidence that this is a bug, or provide a way
to reproduce the problem.
> select relid::regclass, n_live_tup, n_tup_ins, n_tup_upd,
> n_mod_since_analyze from pg_stat_user_tables as s join pg_class as c on
> (s.relid=c.oid) where s.autoanalyze_count=0 and relkind='r' and
> n_live_tup>0 limit 1;
> -[ RECORD 1 ]-------+----------
> relid | addresses
> n_live_tup | 13844405
> n_tup_ins | 0
> n_tup_upd | 0
> n_mod_since_analyze | 0
>
> PostgreSQL 17.7 (Debian 17.7-3.pgdg13+1) on x86_64-pc-linux-gnu,
> compiled by gcc (Debian 14.2.0-19) 14.2.0, 64-bit (from PGDG)
Are you sure that you committed the transaction?
Is "track_activities" set to "on"?
Yours,
Laurenz Albe
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: autoanalyze did not run
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox