Re: optimal sql

From: Achilleus Mantzios <achill(at)matrix(dot)gatewaynet(dot)com>
To: Michael Paesold <mpaesold(at)gmx(dot)at>
Cc: pgsql-sql(at)postgresql(dot)org, Michael Hostbaek <mich(at)the-lab(dot)org>
Subject: Re: optimal sql
Date: 2003-01-22 14:50:52
Message-ID: Pine.LNX.4.44.0301221230580.1263-100000@matrix.gatewaynet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Wed, 22 Jan 2003, Michael Paesold wrote:

> Achilleus Mantzios <achill(at)matrix(dot)gatewaynet(dot)com> wrote:
>
> > For a) do all the necessary tuning on PostgreSQL.
> > With 1GB of Mem, you could set a value of shared_buffers to 100000.
>
> Perhaps just a type, but that is way to much! It would mean about 800 Mb
> shared buffers! I would rather suggest a value between 1000 and 10000. See
> recent descussions on -performance and -hackers mailing lists.

Personally i found only performance improvement when increasing
shared_buffers. (but then again i speak for me and my queries).
The 100,000 value was certainly not a typo (provided he doesnt run
X11,KDE, mozilla, etc... on his server) but maybe too high.
Some people say 25% of the total Mem is a good rule of thumb, but
testing for his specific query must be made.

>
> Best Regards,
> Michael Paesold
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>

==================================================================
Achilleus Mantzios
S/W Engineer
IT dept
Dynacom Tankers Mngmt
Nikis 4, Glyfada
Athens 16610
Greece
tel: +30-10-8981112
fax: +30-10-8981877
email: achill(at)matrix(dot)gatewaynet(dot)com
mantzios(at)softlab(dot)ece(dot)ntua(dot)gr

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Ries van Twisk 2003-01-22 15:12:52 To use a VIEW or not to use a View.....
Previous Message Achilleus Mantzios 2003-01-22 13:41:51 Re: optimal sql