Re: Simple postgresql.conf wizard

From: Tino Wildenhain <tino(at)wildenhain(dot)de>
To: Greg Smith <gsmith(at)gregsmith(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Simple postgresql.conf wizard
Date: 2008-11-03 10:16:07
Message-ID: 490ECF67.2000502@wildenhain.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Greg Smith wrote:
> One of the long-terms goals I'm working toward is wrapping a "wizard"
> interface around the tuning guidelines described by
> http://wiki.postgresql.org/wiki/Tuning_Your_PostgreSQL_Server now that
> those have gone through a fair amount of peer review. Attached is a
> first simple version of such a wizard, implemented in Python. Right now
> what it does is look the amount of memory in your system and adjust
> shared_buffers and effective_cache_size. So if we started with this
> stock configuration:

Thats really nice. I have been playing with that idea also (and in
python) but not really having time to do more then some simple tests.
So its nice to see we have something to base development on.

Thx for starting!
Regards
Tino

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2008-11-03 10:43:55 Re: Simple postgresql.conf wizard
Previous Message Jens-Wolfhard Schicke 2008-11-03 09:32:07 Re: Where to point CommitFestOpen?