Re: Postgres 12 -> 13 any need to re-index?

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: Postgres 12 -> 13 any need to re-index?
Date: 2021-02-09 18:17:20
Message-ID: 4c1d3278-b5cc-c432-c2c5-12b3c453ab79@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 2/9/21 12:13 PM, Wells Oliver wrote:
> Do you mean Ubuntu distro? I did not. My database collation is also still
> en_US.UTF-8, but everything has ground to a halt after the upgrade.

Did you run an ANALYZE after the conversion?

>
> On Tue, Feb 9, 2021 at 10:07 AM Ron <ronljohnsonjr(at)gmail(dot)com
> <mailto:ronljohnsonjr(at)gmail(dot)com>> wrote:
>
> On 2/9/21 12:00 PM, Wells Oliver wrote:
> > Hey guys, I just upgraded a DB from 12 to 13. In testing this seemed
> to go
> > well, but it seems like most of my queries are not using the indexes
> after
> > the upgrade, so everything is quite so.
> >
> > Is there a general need to REINDEX after upgrading to 13, or might
> there
> > be another issue? The configuration parameters are the same as they
> were
> > persisted via pg_upgradecluster.
>
> Did you also change or upgrade the distro, or modify the collation?
> (That's
> an automatic need to rebuild indices.)
>

--
Angular momentum makes the world go 'round.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Wells Oliver 2021-02-09 18:18:38 Re: Postgres 12 -> 13 any need to re-index?
Previous Message Thomas Kellerer 2021-02-09 18:14:09 Re: Postgres 12 -> 13 any need to re-index?