Re: Recommended optimisations slows down PostgreSQL 8.4

From: Waldo Nell <pwnell(at)telkomsa(dot)net>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Recommended optimisations slows down PostgreSQL 8.4
Date: 2011-08-12 16:28:08
Message-ID: DF62C20C-C45A-4443-A917-6547479A6B98@telkomsa.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


On 2011-08-11, at 18:17 , Greg Smith wrote:

> shared_buffers=512MB
> wal_buffers=16MB
> checkpoint_segments=64

Thanks for the advice. I tried these values... And it is even worse - went up to 63 minutes (from 60 minutes). Like I said this load is read mostly. My 80 / 20% might be a bit inaccurate, if so it could be more like 90% read and 10% write. I do not see any checkpoint warnings in my logs.

I guess that means the OS cache is better for this particular use case than the postgresql cache?

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Merlin Moncure 2011-08-12 16:32:53 Re: Recommended optimisations slows down PostgreSQL 8.4
Previous Message Kevin Grittner 2011-08-12 15:25:16 Re: poor pefrormance with regexp searches on large tables