Re: BUG #15847: Running out of memory when planning full outer joins involving many partitions

Feike Steenbergen <feikesteenbergen@gmail.com>

From: Feike Steenbergen <feikesteenbergen@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-bugs@lists.postgresql.org
Date: 2019-06-14T08:26:35Z
Lists: pgsql-bugs

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Avoid combinatorial explosion in add_child_rel_equivalences().

On Thu, 13 Jun 2019 at 19:14, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> This patch fixes the
> described performance problem and still passes check-world.

Thanks! I can see drastic improvements in a 3-way join
and the 4-way join is now actually working.

Feike