Re: Slow query problem - Mailing list pgsql-performance

From Tom Lane
Subject Re: Slow query problem
Date
Msg-id 20723.1073625127@sss.pgh.pa.us
Whole thread Raw
In response to Re: Slow query problem  (Mike Glover <mpg4@duluoz.net>)
List pgsql-performance
Mike Glover <mpg4@duluoz.net> writes:
> You should bump sort_mem as high as you can stand.  with only 8MB sort
> memory available, you're swapping intermediate sort pages to disk --
> a lot. Try the query with sort_mem set to 75MB (to do the entire sort in
> memory).

7.4 will probably flip over to a hash-based aggregation method, and not
sort at all, once you make sort_mem large enough that it thinks the hash
table will fit in sort_mem.

            regards, tom lane

pgsql-performance by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: Slow query problem
Next
From: Dennis Björklund
Date:
Subject: Re: Slow query problem