Re: Identical query slower on 8.4 vs 8.3

From: tv(at)fuzzy(dot)cz
To: "Igor Neyman" <ineyman(at)perceptron(dot)com>
Cc: "Patrick Donlin" <pdonlin(at)oaisd(dot)org>, "Kevin Grittner" <kevin(dot)grittner(at)wicourts(dot)gov>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Identical query slower on 8.4 vs 8.3
Date: 2010-07-16 14:17:24
Message-ID: 59630.62.40.76.70.1279289844.squirrel@sq.gransy.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Greg Smith 2010-07-16 16:55:29 Re: performance on new linux box
Previous Message Igor Neyman 2010-07-16 14:10:40 Re: Identical query slower on 8.4 vs 8.3