Re: horizontal partition - Mailing list pgsql-performance

From Josh Berkus
Subject Re: horizontal partition
Date
Msg-id 200502021209.06878.josh@agliodbs.com
Whole thread Raw
In response to horizontal partition  (Gaetano Mendola <mendola@bigfoot.com>)
Responses Re: horizontal partition
List pgsql-performance
Gaetano,

> I have a big table with ~ 10 Milion rows, and is a very
> pain administer it, so after years I convinced my self
> to partition it and replace the table usage ( only for reading )
> with a view.
>
> Now my user_logs table is splitted in 4:
>
> user_logs
> user_logs_2002
> user_logs_2003
> user_logs_2004

Any reason you didn't use inheritance?

--
Josh Berkus
Aglio Database Solutions
San Francisco

pgsql-performance by date:

Previous
From: William Yu
Date:
Subject: Re: High end server and storage for a PostgreSQL OLTP system
Next
From: Cosimo Streppone
Date:
Subject: Re: High end server and storage for a PostgreSQL OLTP system