Re: Sort time - Mailing list pgsql-performance

From pginfo
Subject Re: Sort time
Date
Msg-id 3DD8BDEE.84E35746@t1.unisoftbg.com
Whole thread Raw
In response to Re: Sort time  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-performance
Hi,
anoder important point of view forme:

As I know the size of sort_mem is given at the pg start
and is not shared.
Also I can use set sort_mem to xxx;
Can I dot set sort_mem to myvalue ; execute my query , set sort_mem to old_value; only
for querys that needet more sort memory?

If I can so will the new seted sort_mem be only for the opened connection or for connections?
Also will this dynamic sort_mem setting cause problems in pg?

regards,
iavn.




pgsql-performance by date:

Previous
From: pginfo
Date:
Subject: Re: Sort time
Next
From: Stephan Szabo
Date:
Subject: Re: Sort time