Re: New to PostgreSQL, performance considerations

From: Greg Smith <gsmith(at)gregsmith(dot)com>
To: Postgresql Performance list <pgsql-performance(at)postgresql(dot)org>
Subject: Re: New to PostgreSQL, performance considerations
Date: 2006-12-15 03:21:59
Message-ID: Pine.GSO.4.64.0612142215510.2109@westnet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gregsmith(dot)com http://www.gregsmith.com Baltimore, MD

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Alexander Staubo 2006-12-15 09:53:25 Re: New to PostgreSQL, performance considerations
Previous Message Ron 2006-12-15 03:09:03 Re: New to PostgreSQL, performance considerations