Re: Fw: Help me put 2 Gigs of RAM to use

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Greg Smith <greg(at)2ndquadrant(dot)com>
Cc: Mark Stosberg <mark(at)summersault(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Fw: Help me put 2 Gigs of RAM to use
Date: 2009-12-10 17:19:44
Message-ID: 603c8f070912100919xa64bd3fw9adb1567435f7a0c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Thu, Dec 10, 2009 at 11:45 AM, Greg Smith <greg(at)2ndquadrant(dot)com> wrote:
> So your shared buffers setting is 8192 * 8K = 64MB
> effective_cache_size is 8MB
> work_mem is 4MB.
>
> The first and last of those are reasonable but on the small side, the last
> is...not.

I believe that the second instance of the word "last" in that sentence
should have been "middle", referring to effective_cache_size. Small
values discourage the planner from using indices in certain
situations.

...Robert

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Ben Brehmer 2009-12-10 20:24:06 Re: Load experimentation
Previous Message Greg Smith 2009-12-10 16:45:30 Re: Fw: Help me put 2 Gigs of RAM to use