Re: Should I partition this table? - Mailing list pgsql-general

From AlexK
Subject Re: Should I partition this table?
Date
Msg-id 1405017387916-5811157.post@n5.nabble.com
Whole thread Raw
In response to Re: Should I partition this table?  (Kevin Grittner <kgrittn@ymail.com>)
Responses Re: Should I partition this table?
Re: Should I partition this table?
List pgsql-general
Kevin,

What would be the advantages of partitioning on ranges of ParentID? Each
query will touch at most one partition. I might or might not get PK indexes
one level of depth less.

I understand that I will CLUSTER these smaller tables and benefit from that.
Other than clustering, what are other advantages?



--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Should-I-partition-this-table-tp5811130p5811157.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


pgsql-general by date:

Previous
From: Kevin Grittner
Date:
Subject: Re: Should I partition this table?
Next
From: Yves Dorfsman
Date:
Subject: checkpoint