Re: - Mailing list pgsql-general

From Chad Wagner
Subject Re:
Date
Msg-id 81961ff50701221504rcb6ad2i6810b603d39c713@mail.gmail.com
Whole thread Raw
In response to  (Laurent Manchon <lmanchon@univ-montp2.fr>)
List pgsql-general
On 1/22/07, Laurent Manchon <lmanchon@univ-montp2.fr> wrote:
I have a slow response of my PostgreSQL database 7.4 using this query below
on a table with 800000 rows:

select count(*)from tbl;

PostgreSQL return result in 28 sec every time.
although MS-SQL return result in 0.02 sec every time.

Here is a few links discussing the issue:

http://sql-info.de/postgresql/postgres-gotchas.html#1_7
http://archives.postgresql.org/pgsql-hackers/2005-01/msg00247.php



--
Chad
http://www.postgresqlforums.com/

pgsql-general by date:

Previous
From: "Chad Wagner"
Date:
Subject: Re: show all record between two date after group by and aggrigation...
Next
From: George Weaver
Date:
Subject: Problems compiling from source