Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: browsing table with 2 million records - Mailing list pgsql-performance

From Tom Lane
Subject Re: browsing table with 2 million records
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: browsing table with 2 million records  (aurora <[email protected]>)
List pgsql-performance
aurora <[email protected]> writes:
> It would still be helpful if select count(*) can perform well.

If you can settle for an approximate count, pg_class.reltuples might
help you.

            regards, tom lane

pgsql-performance by date:

Previous
From: Alex Turner
Date:
Subject: Re: browsing table with 2 million records
Next
From: "Steinar H. Gunderson"
Date:
Subject: Re: Materializing a sequential scan