Re: DB Design - Mailing list pgsql-performance

From Mark Kirkwood
Subject Re: DB Design
Date
Msg-id 40AC7A3C.2050001@paradise.net.nz
Whole thread Raw
In response to DB Design  ("Michael Ryan S. Puncia" <mpuncia@census.gov.ph>)
List 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 by date:

Previous
From: Christopher Browne
Date:
Subject: Re: Wierd context-switching issue on Xeon
Next
From: Marty Scholes
Date:
Subject: Re: Hardware Platform