Implement table partitioning
git.postgresql.org
Implement table partitioning
1–10 of 60 posts
Re: Implement table partitioning
#2Re: Implement table partitioning
#3The conversation on the patches are really interesting: https://www.postgresql.org/message-id/flat/55D3093C.5010800@... https://www.postgresql.org/message-id/flat/ad16e2f5-fc7c-cc2...
Those patches are absolutely insane. Makes you remember how much hard work goes into building the software you use on a day to day basis.
https://www.postgresql.org/message-id/attachment/45478/0001-...
Re: Implement table partitioning
#4https://technet.microsoft.com/en-us/library/ms190787(v=sql.1...
It is for the SQL server but I assume it would be mostly relevant. Please correct me if I'm wrong.
Re: Implement table partitioning
#5The conversation on the patches are really interesting: https://www.postgresql.org/message-id/flat/55D3093C.5010800@... https://www.postgresql.org/message-id/flat/ad16e2f5-fc7c-cc2...
I'm always amazed by the PG community - it seems like such a constructive place. Those patches are absolutely insane. Makes you remember how much hard work goes into building the software you use on a day to day basis. https://www.postgresql.org/message-id/attachment/45478/0001-...
Only recently did I realize that being focused on actual data and how to process it inside PostgreSQL was maybe the best way I could spend my working time. I really can't say what's the best part of PostgreSQL, the hyperactive community, the rock solid and clear documentation or the constant roll-out of efficient, non-disruptive, user-focused features...
Re: Implement table partitioning
#6The conversation on the patches are really interesting: https://www.postgresql.org/message-id/flat/55D3093C.5010800@... https://www.postgresql.org/message-id/flat/ad16e2f5-fc7c-cc2...
I'm always amazed by the PG community - it seems like such a constructive place. Those patches are absolutely insane. Makes you remember how much hard work goes into building the software you use on a day to day basis. https://www.postgresql.org/message-id/attachment/45478/0001-...
Re: Implement table partitioning
#7https://www.postgresql.org/docs/current/static/ddl-partition...
Re: Implement table partitioning
#8I don't get it? Table partition is already supported in PostgreSQL now and has been for a long time now (at least since 8.1); Where I work we utilize table partitioning with PostgreSQL 9.4 on the product we're developing. https://www.postgresql.org/docs/current/static/ddl-partition...
Re: Implement table partitioning
#9I doesn't say what TP is, and what its use cases would be. That's the first thing you should say, else how am I going to understand / keep interest in the rest of the text?
Re: Implement table partitioning
#10If you also didn't know what exactly partitioned tables are, here's a nice introduction from Microsoft: https://technet.microsoft.com/en-us/library/ms190787(v=sql.1... It is for the SQL server but I assume it would be mostly relevant. Please correct me if I'm wrong.