Re: New to PostgreSQL, performance considerations

From: Michael Stone <mstone+postgres(at)mathom(dot)us>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: New to PostgreSQL, performance considerations
Date: 2006-12-12 12:32:55
Message-ID: 20061212123252.GR16692@mathom.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Tue, Dec 12, 2006 at 12:29:29PM +0100, Alexander Staubo wrote:
>I suspect the hardware's real maximum performance of the system is
>~150 tps, but that the LSI's write cache is buffering the writes. I
>would love to validate this hypothesis, but I'm not sure how.

With fsync off? The write cache shouldn't really matter in that case.
(And for this purpose that's probably a reasonable configuration.)

Mike Stone

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Cosimo Streppone 2006-12-12 12:42:06 Re: New to PostgreSQL, performance considerations
Previous Message Michael Stone 2006-12-12 12:31:32 Re: New to PostgreSQL, performance considerations