Re: Slow queries on simple index - Mailing list pgsql-performance

From Andrei Lepikhov
Subject Re: Slow queries on simple index
Date
Msg-id 1d79d974-acfe-483c-81da-61989ed2f91b@gmail.com
Whole thread Raw
In response to Slow queries on simple index  ("Lillian Berry" <lillian@star-ark.net>)
Responses Re: Slow queries on simple index
Re: Slow queries on simple index
List pgsql-performance
On 17/1/26 14:58, Lillian Berry wrote:
> Logs on our PostgreSQL cluster show frequent slow reads on a simple query by unique index.
> 
> This issue has been present for some years, and survived multiple server moves as well as PostgreSQL version
upgrades.
> Vacuuming or reindexing the table does not seem to help.
Hmm, where is the evidence that your query uses theindex? Maybe the 
generic plan accidentally forces SeqScan?

-- 
regards, Andrei Lepikhov,
pgEdge



pgsql-performance by date:

Previous
From: "Lillian Berry"
Date:
Subject: Re: Slow queries on simple index
Next
From: "Lillian Berry"
Date:
Subject: Re: Slow queries on simple index