Re: [POC] hash partitioning

From: Jesper Pedersen <jesper(dot)pedersen(at)redhat(dot)com>
To: amul sul <sulamul(at)gmail(dot)com>
Cc: Thom Brown <thom(at)linux(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Dilip Kumar <dilipbalaut(at)gmail(dot)com>, Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>, Ashutosh Bapat <ashutosh(dot)bapat(at)enterprisedb(dot)com>, David Steele <david(at)pgmasters(dot)net>, Greg Stark <stark(at)mit(dot)edu>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [POC] hash partitioning
Date: 2017-09-18 15:25:02
Message-ID: 4b1d256e-bec4-e126-faae-81e9c45c13c1@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 09/15/2017 02:30 AM, amul sul wrote:
> Attached rebased patch, thanks.
>

While reading through the patch I thought it would be better to keep
MODULUS and REMAINDER in caps, if CREATE TABLE was in caps too in order
to highlight that these are "keywords" for hash partition.

Also updated some of the documentation.

V20 patch passes make check-world, and my testing (typical 64
partitions, and various ATTACH/DETACH scenarios).

Thanks for working on this !

Best regards,
Jesper

Attachment Content-Type Size
delta_v20_v1.patch text/x-patch 20.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua D. Drake 2017-09-18 15:45:52 Re: Is it time to kill support for very old servers?
Previous Message Alexander Korotkov 2017-09-18 15:21:44 Re: compress method for spgist - 2