Re: what is the maximum number of rows in a table in postgresql 8.1

Lists: pgsql-admin
From: "sathiya psql" <sathiya(dot)psql(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: what is the maximum number of rows in a table in postgresql 8.1
Date: 2008-03-25 11:42:17
Message-ID: f966c2ee0803250442h76dabe80sfff5eb64c93dccb2@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin

Ok, finally am changing my question.

Do get quick response from postgresql what is the maximum number of records
i can have in a table in postgresql 8.1 ???


From: "Richard Broersma" <richard(dot)broersma(at)gmail(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 12:10:35
Message-ID: 396486430803250510t58a5532coc7955463101395c0@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin

On Tue, Mar 25, 2008 at 4:42 AM, sathiya psql <sathiya(dot)psql(at)gmail(dot)com> wrote:
> Ok, finally am changing my question.

> Do get quick response from postgresql what is the maximum number of records
> i can have in a table in postgresql 8.1 ???

I am not sure I understand your question. maybe this link answers
your question:
http://www.postgresql.org/about/

Regards,
Richard Broersma Jr.


From: "sathiya psql" <sathiya(dot)psql(at)gmail(dot)com>
To: "Richard Broersma" <richard(dot)broersma(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 12:12:46
Message-ID: f966c2ee0803250512k280eda90s629b9642da6162a7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin

>
>
> I am not sure I understand your question. maybe this link answers
> your question:
> http://www.postgresql.org/about/
>
this i know.....

this is the documentation limitations...

i need what will be the maximum number of rows *to have good performance* in
postgres 8.1

Regards
Sathiya


From: Tino Schwarze <postgresql(at)tisc(dot)de>
To: 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 12:18:52
Message-ID: 20080325121852.GF10192@easy2.in-chemnitz.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin

On Tue, Mar 25, 2008 at 05:42:46PM +0530, sathiya psql wrote:

> > I am not sure I understand your question. maybe this link answers
> > your question:
> > http://www.postgresql.org/about/
> >
> this i know.....
>
> this is the documentation limitations...
>
> i need what will be the maximum number of rows *to have good performance* in
> postgres 8.1

That depends on your database schema and the queries you're running.
We've got PostgreSQL 8.2 databases with over 200 million rows in a
table and it's performing well. And there are possibly larger databases
around.

Bye,

Tino.

--
www.craniosacralzentrum.de
www.spiritualdesign-chemnitz.de
www.forteego.de

Tino Schwarze * Lortzingstraße 21 * 09119 Chemnitz


From: "Richard Broersma" <richard(dot)broersma(at)gmail(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 12:23:36
Message-ID: 396486430803250523h6406292am491f28e45c07a1f5@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin

On Tue, Mar 25, 2008 at 5:12 AM, sathiya psql <sathiya(dot)psql(at)gmail(dot)com> wrote:

> i need what will be the maximum number of rows to have good performance in
> postgres 8.1

This article give you the options that you have with postgresql.
http://www.commandprompt.com/blogs/joshua_drake/2007/08/how_many_rows_do_i_have_anyway/

Regards,
Richard Broersma Jr.


From: Simon Riggs <simon(at)2ndquadrant(dot)com>
To: sathiya psql <sathiya(dot)psql(at)gmail(dot)com>
Cc: Richard Broersma <richard(dot)broersma(at)gmail(dot)com>, 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 13:59:05
Message-ID: 1206453545.4285.908.camel@ebony.site
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin

On Tue, 2008-03-25 at 17:42 +0530, sathiya psql wrote:
>
>
> I am not sure I understand your question. maybe this link
> answers
> your question:
> http://www.postgresql.org/about/
> this i know.....
>
> this is the documentation limitations...
>
> i need what will be the maximum number of rows to have good
> performance in postgres 8.1

You want a simple answer to a very difficult question and regrettably it
isn't that simple or that quick.

Some of the considerations you would need to think about would be:

* What workloads are you running?
* What hardware will it run on?
* What performance is required?
...

--
Simon Riggs
2ndQuadrant http://www.2ndQuadrant.com

PostgreSQL UK 2008 Conference: http://www.postgresql.org.uk


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: Raw Message | Whole Thread | Download mbox | Resend email
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)