Re: Recommendations for partitioning? - Mailing list pgsql-performance

From bricklen
Subject Re: Recommendations for partitioning?
Date
Msg-id CAGrpgQ9vYFgFz_X1z0wqu6vertu0t3__DDmJTLo4a8Hn0tjDMw@mail.gmail.com
Whole thread Raw
In response to Re: Recommendations for partitioning?  (Dave Johansen <davejohansen@gmail.com>)
List pgsql-performance

On Fri, Dec 20, 2013 at 7:52 AM, Dave Johansen <davejohansen@gmail.com> wrote:
It would be nice if there was just a "move command", but that seems like the type of model that we want and we'll probably move to that.

I haven't been following this thread, but this comment caught my eye. Are you after the "NO INHERIT" command?
http://www.postgresql.org/docs/current/static/sql-altertable.html Search for the "NO INHERIT" clause -- it will allow you to detach a child table from an inherited parent which can then archive or copy into another table. Inserting into the rolled-up partition was already mentioned upthread I see.

pgsql-performance by date:

Previous
From: Dave Johansen
Date:
Subject: Re: Recommendations for partitioning?
Next
From: Shaun Thomas
Date:
Subject: Re: slow query - will CLUSTER help?