Re: Changing the default configuration (was Re:

From: Kevin Brown <kevin(at)sysexperts(dot)com>
To: PostgresSQL Hackers Mailing List <pgsql-hackers(at)postgresql(dot)org>, pgsql-advocacy(at)postgresql(dot)org
Subject: Re: Changing the default configuration (was Re:
Date: 2003-02-14 03:26:05
Message-ID: 20030214032605.GA18932@filer
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy pgsql-hackers pgsql-performance

Josh Berkus wrote:
> > > Uh ... do we have a basis for recommending any particular sets of
> > > parameters for these different scenarios? This could be a good idea
> > > in the abstract, but I'm not sure I know enough to fill in the details.
>
> Sure.
> Mostly-Read database, few users, good hardware, complex queries:
> = High shared buffers and sort mem, high geqo and join collapse thresholds,
> moderate fsm settings, defaults for WAL.
> Same as above with many users and simple queries (webserver) =
> same as above, except lower sort mem and higher connection limit
> High-Transaction Database =
> Moderate shared buffers and sort mem, high FSM settings, increase WAL files
> and buffers.
> Workstation =
> Moderate to low shared buffers and sort mem, moderate FSM, defaults for WAL,
> etc.
> Low-Impact server = current defaults, more or less.

Okay, but there should probably be one more, called "Benchmark". The
real problem is what values to use for it. :-)

--
Kevin Brown kevin(at)sysexperts(dot)com

In response to

Responses

Browse pgsql-advocacy by date

  From Date Subject
Next Message Kevin Brown 2003-02-14 03:46:46 Re: [PERFORM] [HACKERS] More benchmarking of wal_buffers
Previous Message Christopher Kings-Lynne 2003-02-14 03:16:04 Re: [HACKERS] More benchmarking of wal_buffers

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Brown 2003-02-14 03:46:46 Re: [PERFORM] [HACKERS] More benchmarking of wal_buffers
Previous Message Christopher Kings-Lynne 2003-02-14 03:16:04 Re: [HACKERS] More benchmarking of wal_buffers

Browse pgsql-performance by date

  From Date Subject
Next Message Kevin Brown 2003-02-14 03:46:46 Re: [PERFORM] [HACKERS] More benchmarking of wal_buffers
Previous Message Christopher Kings-Lynne 2003-02-14 03:16:04 Re: [HACKERS] More benchmarking of wal_buffers