| From: | hubert depesz lubaczewski <depesz(at)depesz(dot)com> |
|---|---|
| To: | sathiya psql <sathiya(dot)psql(at)gmail(dot)com> |
| Cc: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Re: what is the maximum number of rows in a table in postgresql 8.1 |
| Date: | 2008-03-25 14:05:56 |
| Message-ID: | 20080325140556.GA18759@depesz.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2008-03-25 14:47:24 | Re: postgresql in FreeBSD jails: proposal |
| Previous Message | Simon Riggs | 2008-03-25 13:59:05 | Re: what is the maximum number of rows in a table in postgresql 8.1 |