Re: Simple postgresql.conf wizard - Mailing list pgsql-hackers

From Tino Wildenhain
Subject Re: Simple postgresql.conf wizard
Date
Msg-id 490ECF67.2000502@wildenhain.de
Whole thread Raw
In response to Simple postgresql.conf wizard  (Greg Smith <gsmith@gregsmith.com>)
List 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

pgsql-hackers by date:

Previous
From: Kurt Harriman
Date:
Subject: pg_typeof() patch review
Next
From: Magnus Hagander
Date:
Subject: Re: Simple postgresql.conf wizard