Re: what is the maximum number of rows in a table in postgresql 8.1 - Mailing list pgsql-admin

From hubert depesz lubaczewski
Subject Re: what is the maximum number of rows in a table in postgresql 8.1
Date
Msg-id 20080325140556.GA18759@depesz.com
Whole thread Raw
In response to Re: what is the maximum number of rows in a table in postgresql 8.1  ("sathiya psql" <sathiya.psql@gmail.com>)
List pgsql-admin
On Tue, Mar 25, 2008 at 05:42:46PM +0530, sathiya psql wrote:
> i need what will be the maximum number of rows *to have good performance* in
> postgres 8.1

any. just accept the fact that count(*) is *always* slow.

use triggers to store counts if you are using them all of the time.

also, i have two simple requests:
1. try to write to 1 mailing list. and not send the same question to all
lists you can find.
2. please try to avoid using workds like "lakh" or "crore" in your
mails.

i assume they mean something in your country of origin, but as far as i
know this is not english.

regards,

depesz

--
quicksil1er: "postgres is excellent, but like any DB it requires a
highly paid DBA.  here's my CV!" :)
http://www.depesz.com/ - blog dla ciebie (i moje CV)

pgsql-admin by date:

Previous
From: Simon Riggs
Date:
Subject: Re: what is the maximum number of rows in a table in postgresql 8.1
Next
From: "Jack"
Date:
Subject: Tuning