Re: query taking much longer since Postgres 8.4 upgrade

From: Tomas Vondra <tv(at)fuzzy(dot)cz>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: query taking much longer since Postgres 8.4 upgrade
Date: 2011-03-17 19:32:00
Message-ID: 4D8261B0.5010303@fuzzy.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dne 17.3.2011 19:29, Davenport, Julie napsal(a):
> I have not yet had time to try Tomas' suggestion of bumping up the work_mem first (trying to figure out how to do that from within a coldfusion script). Many thanks for all your help guys!

Well, just execute this 'SQL query' just like the other ones

set work_mem='8MB'

and it will increase the amount of memory for that connection.

Tomas

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Radosław Smogura 2011-03-17 20:04:36 Re: PG COPY from version 8 to 9 issue with timezonetz
Previous Message Voils, Steven M 2011-03-17 18:59:58 Re: Primary key vs unique index