Re: Hash partitioning.

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Yuri Levinsky <yuril(at)celltick(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Hash partitioning.
Date: 2013-06-25 13:21:17
Message-ID: 20130625132117.GG14698@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jun 25, 2013 at 03:48:19PM +0300, Yuri Levinsky wrote:
> Hi,
>
> Do we have any plans to implement Hash Partitioning, maybe I missing this
> feature?

You can do it by writing your own constraint and trigger functions that
control the hashing.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2013-06-25 13:23:10 Re: PostgreSQL 9.3 latest dev snapshot
Previous Message Pavel Stehule 2013-06-25 13:08:20 Re: Possible bug in CASE evaluation