Re: POC: GROUP BY optimization - Mailing list pgsql-hackers

From Dmitry Dolgov
Subject Re: POC: GROUP BY optimization
Date
Msg-id CA+q6zcVFEB--p=e2S-mY6UB87YCBBh=5WXdw2Gqr-2nBGtLkjg@mail.gmail.com
Whole thread Raw
In response to Re: POC: GROUP BY optimization  (Michael Paquier <michael@paquier.xyz>)
Responses Re: POC: GROUP BY optimization  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
> On Tue, Oct 2, 2018 at 4:16 AM Michael Paquier <michael@paquier.xyz> wrote:
>
> On Sat, Jun 30, 2018 at 09:19:13AM +1200, Gavin Flower wrote:
> > Additionally put an upper limit threshold on the number of combinations to
> > check, fairly large by default?
> >
> > If first threshold is exceeded, could consider checking out a few more
> > selected at random from paths not yet checked, to avoid any bias caused by
> > stopping a systematic search.  This might prove important when N! is fairly
> > large.
>
> Please note that the latest patch available does not apply, so this has
> been moved to next CF 2018-11, waiting for input from its author.

Unfortunately, patch still has some conflicts, could you please rebase it?


pgsql-hackers by date:

Previous
From: Dmitry Dolgov
Date:
Subject: Re: cost_sort() improvements
Next
From: Dmitry Dolgov
Date:
Subject: Re: WIP Patch: Precalculate stable functions, infrastructure v1