Re: Shared buffers, db transactions commited, and write IO on Solaris

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Erik Jones <erik(at)myemma(dot)com>
Cc: PostgreSQL Performance <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Shared buffers, db transactions commited, and write IO on Solaris
Date: 2007-03-29 19:19:49
Message-ID: 29109.1175195989@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Erik Jones <erik(at)myemma(dot)com> writes:
> One very important thing to note here is that the number, or rather
> rate, of disk writes has not changed. It's the volume of data in
> those writes that has dropped, along with those transaction
> mysterious counts.

Hmm. I'm suddenly thinking about the stats collector: in existing 8.2.x
releases it's got a bug that causes it to write the collected-stats file
much too often. If you had done something that would shrink the size
of the stats file, that might explain this observation. Do you have
stats_reset_on_server_start turned on?

The drop in reported transaction rate is still baffling though. Are you
sure you're really doing the same amount of work? Can you estimate what
you think the transaction rate *should* be from a what-are-your-clients-
doing perspective?

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Erik Jones 2007-03-29 19:49:48 Re: Shared buffers, db transactions commited, and write IO on Solaris
Previous Message Erik Jones 2007-03-29 18:58:13 Re: Shared buffers, db transactions commited, and write IO on Solaris