Re: Parallel grouping sets

From: Richard Guo <riguo(at)pivotal(dot)io>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Parallel grouping sets
Date: 2019-07-30 07:50:32
Message-ID: CAN_9JTyA6a9-PJEAvOp766TOkE+fNFzF0t5Cn7AMyVa1H5pruA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jun 12, 2019 at 10:58 AM Richard Guo <riguo(at)pivotal(dot)io> wrote:

> Hi all,
>
> Paul and I have been hacking recently to implement parallel grouping
> sets, and here we have two implementations.
>
> Implementation 1
> ================
>
> Attached is the patch and also there is a github branch [1] for this
> work.
>

Rebased with the latest master.

Thanks
Richard

Attachment Content-Type Size
v3-0001-Implementing-parallel-grouping-sets.patch application/octet-stream 22.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Etsuro Fujita 2019-07-30 07:57:55 Re: [HACKERS] advanced partition matching algorithm for partition-wise join
Previous Message Amit Langote 2019-07-30 07:34:29 Re: CVE-2017-7484-induced bugs, or, btree cmp functions are not leakproof?