split up tables or one big one?

Поиск
Список
Период
Сортировка
От Patrick Goodwill
Тема split up tables or one big one?
Дата
Msg-id Pine.BSF.4.21.0008261255020.6083-100000@cheese.stanford.edu
обсуждение исходный текст
Ответы Re: split up tables or one big one?  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-general
Hi!

I'm writing a system which i could logically separate it into hundreds,
perhaps thousands, of tables, or it could put it all into one big table.
Since each tables could probably only grow to 10s of MBs in size, from a
design, speed, and scalability perspective, is it perferable to split up
the tables (as I've currently programmed it) or to put everything into one
gigantic, multi-GB table?  This is for the web, so transaction speed is
important.

Patrick.


В списке pgsql-general по дате отправления:

Предыдущее
От: Bill Barnes
Дата:
Сообщение: RE: pgaccess not connecting
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: split up tables or one big one?