Re: New to PostgreSQL, performance considerations - Mailing list pgsql-performance

From Greg Smith
Subject Re: New to PostgreSQL, performance considerations
Date
Msg-id Pine.GSO.4.64.0612142215510.2109@westnet.com
Whole thread Raw
In response to Re: New to PostgreSQL, performance considerations  (Alexander Staubo <alex@purefiction.net>)
List pgsql-performance
On Thu, 14 Dec 2006, Alexander Staubo wrote:

> Interestingly enough I see that PostgreSQL seems to be writing around 1MB/s
> during the pgbench run, even though I'm running pgbench in the -S mode. I
> haven't had the chance to look at the source yet; is it really only doing
> selects?

I've noticed the same thing and have been meaning to figure out what the
cause is.  It's just doing a select in there; it's not even in a begin/end
block.

--
* Greg Smith gsmith@gregsmith.com http://www.gregsmith.com Baltimore, MD

pgsql-performance by date:

Previous
From: Ron
Date:
Subject: Re: New to PostgreSQL, performance considerations
Next
From: Alexander Staubo
Date:
Subject: Re: New to PostgreSQL, performance considerations