MSSQL versus Postgres timing - Mailing list pgsql-sql

From Joel Fradkin
Subject MSSQL versus Postgres timing
Date
Msg-id 000001c5087e$b92ddfa0$797ba8c0@jfradkin
Whole thread Raw
Responses Re: MSSQL versus Postgres timing  (Scott Marlowe <smarlowe@g2switchworks.com>)
Re: MSSQL versus Postgres timing  (Michael Fuhr <mike@fuhr.org>)
List pgsql-sql

All is moving along well.

I have all my views and data and am testing things out a bit.

A table with 645,000 records for associates has view (basically select * from tblassociates where clientnum = ‘test’)

This is taking 13 seconds in postgres and 3 seconds in MSSQL.

 

I tried making an index on clientnum (there is one on clinetnum, associateID in MSSQL).

I did an analyze.

I did a set seq scan off

 

Is there a possibility postgres is this much slower, or (my hope) I am missing some key concept.

Be glad to provide the view and tables etc.

 

Joel Fradkin

 

 

pgsql-sql by date:

Previous
From: Karl Denninger
Date:
Subject: Re: BLOBs vs BYTEA
Next
From: Scott Marlowe
Date:
Subject: Re: MSSQL versus Postgres timing