Re: Interesting performance behaviour

From: Joey Smith <joeysmith(at)gmail(dot)com>
To: josh(at)agliodbs(dot)com
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Interesting performance behaviour
Date: 2004-09-10 22:01:21
Message-ID: e41f745b040910150134ec678e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

> > shared_buffers = 1000
> > sort_mem = 1024
> > effective_cache_size = 1000
>
> effective_cache_size should be much higher, like 3/4 of your available RAM.
> This is probably the essence of your planner problem; the planner thinks you
> have no RAM.

I set effective_cache_size to 64000 on a machine with 2GB of physical
RAM, and the behaviour is exactly the same.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Joey Smith 2004-09-10 22:02:05 Fwd: Interesting performance behaviour
Previous Message ogjunk-pgjedan 2004-09-10 22:00:07 effective_cache_size in 7.3.4?