Re: How big a database will PostgreSQL support?

Поиск
Список
Период
Сортировка
От Ed Loehr
Тема Re: How big a database will PostgreSQL support?
Дата
Msg-id 38F2680D.19CB40C0@austin.rr.com
обсуждение исходный текст
Ответ на How big a database will PostgreSQL support?  (Damien Tougas <dtougas@converging.net>)
Список 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 по дате отправления:

Предыдущее
От: Damien Tougas
Дата:
Сообщение: How big a database will PostgreSQL support?
Следующее
От: JB
Дата:
Сообщение: LIKE with spaces