Re: Huge Data - Mailing list pgsql-general

From Shridhar Daithankar
Subject Re: Huge Data
Date
Msg-id 200401141920.33017.shridhar_daithankar@myrealbox.com
Whole thread Raw
In response to Re: Huge Data  (Sezai YILMAZ <sezai.yilmaz@pro-g.com.tr>)
List pgsql-general
On Wednesday 14 January 2004 18:55, Sezai YILMAZ wrote:
> Shridhar Daithankar wrote:
> >Rather than doing count(*), you should either cache the count in
> > application memory
> >
> > or analyze often and use following.
> >
> >'select reltuples from pg_class where relname = 'foo';
>
> Thank you very much Shridhar. This one is responsive immediately. I
> think I will use this method for gathering row count. But I complain to
> break SQL standards. The code will become unmovable.

Well, you could document it somewhere for your reference. It is not that
hard..:-)

And remember, the value you get is just an estimate. You need to analyze the
table often with respect to it's update/insert/delete activity to keep the
estimate reasonable accurate. Vacuuming would also update the estimate.

 Shridhar


pgsql-general by date:

Previous
From: "Nick Barr"
Date:
Subject: Re: Using regular expressions in LIKE
Next
From: "Sander Steffann"
Date:
Subject: Re: 7.4.1 packages for RHEL2.1