Re: How big a database will PostgreSQL support? - Mailing list pgsql-general

From Ed Loehr
Subject Re: How big a database will PostgreSQL support?
Date
Msg-id 38F2680D.19CB40C0@austin.rr.com
Whole thread Raw
In response to How big a database will PostgreSQL support?  (Damien Tougas <dtougas@converging.net>)
List pgsql-general
Damien Tougas wrote:
>
> We have a database project that we are going to be designing, and I
> was wondering how big can things get? I am new at this stuff, so I
> really have no idea as to what the limitations really are.
> Does anyone have approximate numbers in terms of # of tables, rows and
> columns? Are there any formulas or rules of thumb that one can apply?

    http://www.postgresql.org/docs/faq-english.html#4.6
    http://www.postgresql.org/docs/faq-english.html#4.7

> Also, in terms of database design, am I better off having one big table
> with 10 million rows or 1000 tables with 10000 rows?

Seems like each time someone asks questions like this, a few people will
say, "It all depends...define your requirements, study up on E-R modelling
and normalization in the process of defining your data model, and then
you'll be on your way to answering these questions."  Others will jump in
and start designing your tables for you.  Sounds like the former might be
advisable.

Regards,
Ed Loehr

pgsql-general by date:

Previous
From: Damien Tougas
Date:
Subject: How big a database will PostgreSQL support?
Next
From: JB
Date:
Subject: LIKE with spaces