Re: Table scan on 15.2 - Mailing list pgsql-general

From Tom Lane
Subject Re: Table scan on 15.2
Date
Msg-id 3337979.1678896202@sss.pgh.pa.us
Whole thread Raw
In response to Table scan on 15.2  (Arthur Ramsey <arthur.ramsey@code42.com>)
Responses Re: Table scan on 15.2  (Arthur Ramsey <arthur.ramsey@code42.com>)
List pgsql-general
Arthur Ramsey <arthur.ramsey@code42.com> writes:
> I've upgraded from 12.11 to 15.2 and I'm seeing this query now use a
> sequential scan which is taking 500ms instead of < 2ms.  If I disable
> sequential scans then it performs as well as 12.11.

What does the EXPLAIN look like with seqscans disabled?

            regards, tom lane



pgsql-general by date:

Previous
From: Raivo Rebane
Date:
Subject: How to behive if I remove password from postgres role
Next
From: Arthur Ramsey
Date:
Subject: Re: Table scan on 15.2