Re: Slow indexscan - Mailing list pgsql-performance

From Tom Lane
Subject Re: Slow indexscan
Date
Msg-id 29484.1182367794@sss.pgh.pa.us
Whole thread Raw
In response to Re: Slow indexscan  ("Mikko Partio" <mpartio@gmail.com>)
Responses Re: Slow indexscan  ("Mikko Partio" <mpartio@gmail.com>)
List pgsql-performance
"Mikko Partio" <mpartio@gmail.com> writes:
> I guess the sort_mem helped, or then part of the rows are in the cache
> already. Should increasing sort_mem help here since there are no sorts etc?

No, it wouldn't --- this change has to be due to the data being already
loaded into cache.

There's no obvious reason for the previous query to be so slow, unless
you've got horrendously slow or overloaded disk hardware.  What sort of
machine is this anyway, and was it doing any other work at the time?

            regards, tom lane

pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: Maintenance question / DB size anomaly...
Next
From: Shaun Thomas
Date:
Subject: Re: Performance query about large tables, lots of concurrent access