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