Re: select count(*) from a large table is very slow - Mailing list pgsql-admin

From Jonah H. Harris
Subject Re: select count(*) from a large table is very slow
Date
Msg-id 36e682920705180630y2c28cdc5m14af94d6d62e1daf@mail.gmail.com
Whole thread Raw
In response to Re: select count(*) from a large table is very slow  (Kenneth Marshall <ktm@rice.edu>)
Responses Re: select count(*) from a large table is very slow  ("Daniel Cristian Cruz" <danielcristian@gmail.com>)
List pgsql-admin
On 5/18/07, Kenneth Marshall <ktm@rice.edu> wrote:
> Make a summary table and select from there instead.

Yes, a summary table updated by triggers is the only way to have
correct numbers... but you also pay the overhead of maintaining those
numbers on every INSERT/UPDATE statement.  If you just need
*reasonable* guesstimates, use reltuples in pg_class after an analyze.

--
Jonah H. Harris, Software Architect | phone: 732.331.1324
EnterpriseDB Corporation            | fax: 732.331.1301
33 Wood Ave S, 3rd Floor            | jharris@enterprisedb.com
Iselin, New Jersey 08830            | http://www.enterprisedb.com/

pgsql-admin by date:

Previous
From: Jessica Richard
Date:
Subject: cross database references...
Next
From: "Daniel Cristian Cruz"
Date:
Subject: Re: select count(*) from a large table is very slow