Re: Low Performance for big hospital server ..

From: Pierre-Frédéric Caillaud <lists(at)boutiquenumerique(dot)com>
To: amrit(at)health2(dot)moph(dot)go(dot)th
Cc: PGsql-performance <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Low Performance for big hospital server ..
Date: 2005-01-03 10:08:32
Message-ID: opsj0ugixpcq72hf@musicbox
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

> Decrease the sort mem too much [8196] make the performance much slower
> so I use
> sort_mem = 16384
> and leave effective cache to the same value , the result is quite better
> but I
> should wait for tomorrow morning [official hour] to see the end result.

You could also profile your queries to see where those big sorts come
from, and maybe add some indexes to try to replace sorts by
index-scans-in-order, which use no temporary memory. Can you give an
example of your queries which make use of big sorts like this ?

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Dave Cramer 2005-01-03 14:01:38 Re: Low Performance for big hospital server ..
Previous Message Gregory S. Williamson 2005-01-03 09:32:45 Re: Low Performance for big hospital server ..