Re: Permance issues with migrated db - Mailing list pgsql-general

From PFC
Subject Re: Permance issues with migrated db
Date
Msg-id op.tsqm2ha3cigqcu@apollo13
Whole thread Raw
In response to Re: Permance issues with migrated db  (Robert Fitzpatrick <lists@webtent.net>)
Responses Re: Permance issues with migrated db
List pgsql-general
> I thought the same thing. While I'm not a MS SQL guru, I put 'TOP 100
> PERCENT' after SELECT in the query. The Enterprise Manager does not
> indicate how many rows come back. I save it as a VIEW in MS SQL and do a
> 'select count(*)...' and, yes, it comes back 42164877 records.

    No, it comes back 1 record with the count in it, the ORDER BY is useless
for a count(*), etc.

    What is it that you are trying to do exactly ?

pgsql-general by date:

Previous
From: Robert Fitzpatrick
Date:
Subject: Re: Permance issues with migrated db
Next
From: jws
Date:
Subject: Rounding datetimes