Re: Compared MS SQL 2000 to Postgresql 9.0 on Windows - Mailing list pgsql-performance

From Kevin Grittner
Subject Re: Compared MS SQL 2000 to Postgresql 9.0 on Windows
Date
Msg-id 4CFE248902000025000383BF@gw.wicourts.gov
Whole thread Raw
In response to Compared MS SQL 2000 to Postgresql 9.0 on Windows  (Tom Polak <tom@rockfordarearealtors.org>)
List pgsql-performance
Tom Polak <tom@rockfordarearealtors.org> wrote:

> the best I could get it to was 7.5 seconds.

> select name,address,city,state,statename,stateid,other from
> pgtemp1 left join pgtemp2 on state=stateid

We'd need a lot more information.  Please read this and post again:

http://wiki.postgresql.org/wiki/SlowQueryQuestions

Be sure to include hardware info, postgresql.conf settings
(excluding comments), table layouts including indexes and
constraints, and the results of:

EXPLAIN ANALYZE select ...

-Kevin

pgsql-performance by date:

Previous
From: Robert Haas
Date:
Subject: Re: Performance under contention
Next
From: Andy Colson
Date:
Subject: Re: Compared MS SQL 2000 to Postgresql 9.0 on Windows