Re: *sigh* - Mailing list pgsql-hackers

From Shridhar Daithankar
Subject Re: *sigh*
Date
Msg-id 200312031446.30141.shridhar_daithankar@myrealbox.com
Whole thread Raw
In response to Re: *sigh*  (Mark Kirkwood <markir@paradise.net.nz>)
Responses Re: *sigh*  (Mark Kirkwood <markir@paradise.net.nz>)
List pgsql-hackers
On Wednesday 03 December 2003 13:59, Mark Kirkwood wrote:
> How about:
>
> Implement a function "estimated_count" that can be used instead of
> "count". It could use something like the algorithm in
> src/backend/commands/analyze.c to get a reasonably accurate psuedo count
> quickly.
>
> The advantage of this approach is that "count" still means (exact)count
> (for your xact snapshot anyway). Then the situation becomes:
>
> Want a fast count? - use estimated_count(*)
> Want an exact count - use count(*)

Something like select reltuples from pg_class where relname='foo'?
Shridhar



pgsql-hackers by date:

Previous
From: "Roman"
Date:
Subject: Getting dump from old version
Next
From: Hannu Krosing
Date:
Subject: Re: BTree index and optimizer