Re: 9.3 Pre-proposal: Range Merge Join

From: Stefan Keller <sfkeller(at)gmail(dot)com>
To: Jeff Davis <pgsql(at)j-davis(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org, Paul Ramsey <pramsey(at)opengeo(dot)org>
Subject: Re: 9.3 Pre-proposal: Range Merge Join
Date: 2013-01-18 11:25:18
Message-ID: CAFcOn2-sYxaT3m5AxPAtX4A1qq0RK1TufOpPn0DRDir5q_xrCw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Jeff

2013/1/18 Jeff Davis <pgsql(at)j-davis(dot)com>:
> On Thu, 2013-01-17 at 21:03 +0100, Stefan Keller wrote:
>> Hi Jeff
>
>> I'm perhaps really late in this discussion but I just was made aware
>> of that via the tweet from Josh Berkus about "PostgreSQL 9.3: Current
>> Feature Status"
>>
>> What is the reason to digg into spatial-joins when there is PostGIS
>> being a bullet-proof and fast implementation?
>>
>
> Hi Stefan,
>
> You are certainly not too late.
>
> PostGIS uses the existing postgres infrastructure to do spatial joins.
> That mean it either does a cartesian product and filters the results, or
> it uses a nested loop with an inner index scan.
>
> That isn't too bad, but it could be better. I am trying to introduce a
> new way to do spatial joins which will perform better in more
> circumstances. For instance, we can't use an inner index if the input
> tables are actually subqueries, because we can't index a subquery.
>
> Regards,
> Jeff Davis

Sounds good.
Did you already had contact e.g. with Paul (cc'ed just in case)?
And will this clever index also be available within all these hundreds
of PostGIS functions?

Regards, Stefan

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message wang chaoyong 2013-01-18 11:26:09 Re: [HACKERS] How to hack the storage component?
Previous Message Heikki Linnakangas 2013-01-18 10:15:53 Passing connection string to pg_basebackup