Re: MSSQL versus Postgres timing - Mailing list pgsql-sql

From Scott Marlowe
Subject Re: MSSQL versus Postgres timing
Date
Msg-id 1107277147.16640.162.camel@state.g2switchworks.com
Whole thread Raw
In response to MSSQL versus Postgres timing  ("Joel Fradkin" <jfradkin@wazagua.com>)
Responses Re: MSSQL versus Postgres timing
List pgsql-sql
On Tue, 2005-02-01 at 10:54, Joel Fradkin wrote:
> 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’)

What does

explain analyze select * from tblassociates where clientnum = ‘test’

say?


pgsql-sql by date:

Previous
From: "Joel Fradkin"
Date:
Subject: MSSQL versus Postgres timing
Next
From: Dennis Sacks
Date:
Subject: Re: