Re: DB Design

Поиск
Список
Период
Сортировка
От Mark Kirkwood
Тема Re: DB Design
Дата
Msg-id 40AC7A3C.2050001@paradise.net.nz
обсуждение исходный текст
Ответ на DB Design  ("Michael Ryan S. Puncia" <mpuncia@census.gov.ph>)
Список pgsql-performance
The complete answer is probably "it depends", but this does not help
much...:-)

I would try out the simple approach first (i.e one 50 million row
table), but read up about :

i) partial indexes and maybe
ii) clustering
iii) think about presorting the data before loading to place "likely to
be accessed" rows "close" together in the table (if possible).
iv) get to know the analyze, explain, explain analyze commands....

Best wishes

Mark

Michael Ryan S. Puncia wrote:

> Hi Guys,
>
>
>
>       My question is .. which is better design
>
>
>
>    1. Single Table with 50 million records or
>    2. Multiple Table using inheritance to the parents table
>
>
>
>
>
> I will use this only for query purpose ..
>
>
>
> Thanks ..
>
>
>
>
>

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

Предыдущее
От: Christopher Browne
Дата:
Сообщение: Re: Wierd context-switching issue on Xeon
Следующее
От: Marty Scholes
Дата:
Сообщение: Re: Hardware Platform