Re: Identical query slower on 8.4 vs 8.3 - Mailing list pgsql-performance

From tv@fuzzy.cz
Subject Re: Identical query slower on 8.4 vs 8.3
Date
Msg-id 59630.62.40.76.70.1279289844.squirrel@sq.gransy.com
Whole thread Raw
In response to Re: Identical query slower on 8.4 vs 8.3  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-performance
> I'd suggest to increase the value up to ~80MB, if not for the system,
> may be just for the session running this query.
> Then see if performance improved.

Don't forget you can do this for the given query without affecting the
other queries - just do something like

SET work_mem = 128M

and then run the query - it should work fine. This is great for testing
and to set environment for special users (batch processes etc.).

regards
Tomas


pgsql-performance by date:

Previous
From: "Igor Neyman"
Date:
Subject: Re: Identical query slower on 8.4 vs 8.3
Next
From: Greg Smith
Date:
Subject: Re: performance on new linux box