Re: Partitioning table by multiple columns

From: Jim Nasby <Jim(dot)Nasby(at)BlueTreble(dot)com>
To: mephysto <mephystoonhell(at)gmail(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Partitioning table by multiple columns
Date: 2015-10-28 13:20:21
Message-ID: 5630CB95.2090809@BlueTreble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/28/15 6:57 AM, mephysto wrote:
> Hi there,
> I need to partition a table by value of two columns: id_1 and id_2. They are
> both bigint.
>
>
> Anyone have experience in this? Anyone know how can I do this partitioning?

It will work just like regular table partitioning. You just need to
account for 2 columns instead of just one. The Fine Manual has the
details: http://www.postgresql.org/docs/9.4/static/ddl-partitioning.html
--
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Experts in Analytics, Data Architecture and PostgreSQL
Data in Trouble? Get it in Treble! http://BlueTreble.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2015-10-28 13:56:40 Re: PostgreSQL Timezone and Brazilian DST
Previous Message Scott Mead 2015-10-28 12:49:49 Re: Red Hat Policies Regarding PostgreSQL