Re: Modyfication Sort Merge Join Alghoritm

From: David Fetter <david(at)fetter(dot)org>
To: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
Cc: tubadzin <tubadzin(at)o2(dot)pl>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Modyfication Sort Merge Join Alghoritm
Date: 2013-08-13 06:39:13
Message-ID: 20130813063913.GB16337@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Aug 12, 2013 at 08:16:59PM -0700, Jeff Janes wrote:
> On Mon, Aug 12, 2013 at 1:31 PM, tubadzin <tubadzin(at)o2(dot)pl> wrote:
> > Hi users.
> > I want to sure, that is no this implementation in Postgresql:
> > For Sorte Merge Join Alghoritm:
> > If the large input arrives sorted,
> > g-join joins its pages with the buffer pool contents by strictly
> > increasing join key values and the join output is also strictly
> > sorted.
>
> What is a "g-join"? If you have a reference to that algorithm, it
> would help clarify what you are asking.

There's a paper that includes the phrase "g-join" from 2011 here:

http://wwwlgis.informatik.uni-kl.de/cms/fileadmin/users/haerder/2011/JoinAndGrouping.pdf

Is that it?

Cheers,
David.
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
Skype: davidfetter XMPP: david(dot)fetter(at)gmail(dot)com
iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dean Rasheed 2013-08-13 08:27:09 Re: updatable/deletable terminology
Previous Message Pavel Stehule 2013-08-13 06:22:38 Re: proposal: lob conversion functionality