Rangejoin rebased

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Rangejoin rebased
Date: 2017-12-29 18:25:35
Message-ID: CAMp0ubd6Wm0hfmBnBTx1Ax-m6T-j0L-3kCs42+uQ0cnhs4BLSg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

New rangejoin patch attached.

I had previously attempted to make this work well for multiple range
join keys, but this patch implements single rangejoin keys only, and
the rest of the rangejoin clauses are effectively just rechecks. I
believe it can be made effective for multiple rangejoin keys, but at
the cost of additional complexity which is neither justified nor
implemented at this point.

Regards,
Jeff Davis

Attachment Content-Type Size
rangejoin20171229.diff text/plain 54.0 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Vladimir Svedov 2017-12-29 18:57:51 Re: array_ndims never returns zero
Previous Message Alvaro Herrera 2017-12-29 17:59:30 Re: [HACKERS] Proposal: Local indexes for partitioned table