Re: scale up (postgresql vs mssql) - Mailing list pgsql-performance

From Claudio Freire
Subject Re: scale up (postgresql vs mssql)
Date
Msg-id CAGTBQpYga9Uo4n=qUPyYOkuzW+2MoDYoRnBF53jvb546=Hbbqg@mail.gmail.com
Whole thread Raw
In response to scale up (postgresql vs mssql)  (Eyal Wilde <eyal@impactsoft.co.il>)
Responses Re: scale up (postgresql vs mssql)  (Steve Crawford <scrawford@pinpointresearch.com>)
List pgsql-performance
On Wed, Apr 11, 2012 at 7:11 PM, Eyal Wilde <eyal@impactsoft.co.il> wrote:
> in a single execution postgresql may be less the twice slower than ms-sql,
> but in 20 simultaneous clients, it's about 6 times worse. why is that?
>
> the hardware is one 4-core xeon. 8GB of ram. the database size is just a few
> GB's. centos-6.2.
>
> do you think the fact that postgresql use a process per connection (instead
> of multi-threading) is inherently a weakness of postgrsql, regarding
> scale-up?
> would it be better to limit the number of connections to something like 4,
> so that executions don't interrupt each other?

What about posting some details on the tables, the 20 queries, the temp table?

I'm thinking creating so many temp tables may be hurting pgsql more
than mssql. You might want to try unlogged temp tables, which more
closely resemble mssql temp tables.

pgsql-performance by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: scale up (postgresql vs mssql)
Next
From: xlash
Date:
Subject: PostgreSQL - Help Optimizing performance - full text search on Heroku