Re: 9.6 -> 10.0

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Simon Riggs <simon(at)2ndquadrant(dot)com>, Magnus Hagander <magnus(at)hagander(dot)net>, Bruce Momjian <bruce(at)momjian(dot)us>, Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>, pgsql-advocacy <pgsql-advocacy(at)postgresql(dot)org>
Subject: Re: 9.6 -> 10.0
Date: 2016-04-05 21:52:45
Message-ID: CANP8+jK=OtnFK+yF9qr1SrXeYSeQ3SmFvd0Gy1HrppoBC=5PpQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy

On 5 April 2016 at 22:33, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:

> On Tue, Apr 5, 2016 at 10:25 AM, Simon Riggs <simon(at)2ndquadrant(dot)com>
> wrote:
> > On 22 March 2016 at 20:45, Simon Riggs <simon(at)2ndquadrant(dot)com> wrote:
> >>> While having parallelism is awesome, it's only going to affect a
> >>> (arguably small or big depending on your viewpoint) subset of users.
> It's
> >>> going to be massive for those users, but it's not going to be useful
> for
> >>> anywhere near as many users as streaming replication+hot
> standby+pg_upgrade
> >>> in 9.0, or pitr+windows in 8.0. And yes, the vacuum freeze thing is
> also
> >>> going to be great - for a small subset of users (yes, those users are
> in a
> >>> lot of pain now).
> >>
> >> We don't yet have full parallel query, we only have parallel scan and
> >> parallel aggregation.
> >
> > My comment here missed the point that parallel hash join is also now
> > possible for small hash tables, so we at least have a useful subset of
> > functionality across parallel scan/join/agg.
>
> Not sure if this matters to you, but nested loops with an inner index
> scan also work. The thing we don't support in parallel yet is merge
> joins.
>

I was aware, but there are no/few interesting queries where a nested loop
plan is the right choice that would also benefit from parallel query.

--
Simon Riggs http://www.2ndQuadrant.com/
<http://www.2ndquadrant.com/>
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-advocacy by date

  From Date Subject
Next Message Jim Nasby 2016-04-06 00:34:04 Better booth blurb for OSCon
Previous Message Robert Haas 2016-04-05 21:33:59 Re: 9.6 -> 10.0