Re: [PERFORM] Hash Anti Join performance degradation - Mailing list pgsql-hackers

From Ross J. Reedstrom
Subject Re: [PERFORM] Hash Anti Join performance degradation
Date
Msg-id 20110601215315.GC14215@rice.edu
Whole thread Raw
In response to Re: [PERFORM] Hash Anti Join performance degradation  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On Wed, Jun 01, 2011 at 04:58:36PM -0400, Robert Haas wrote:
> On Wed, Jun 1, 2011 at 4:47 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> > Robert Haas <robertmhaas@gmail.com> writes:
> >> I guess the real issue here is that m1.id < m2.id has to be evaluated
> >> as a filter condition rather than a join qual.
> >
> > Well, if you can invent an optimized join technique that works for
> > inequalities, go for it ... but I think you should get at least a
> > PhD thesis out of that.
> 
> Sounds good, except that so far NOT getting a PhD seems like a much
> better financial prospect.  :-)

Yeah, last time I heard of some Uni being so impressed by independent
work that they just sort of handed out a Ph.D. it involved a Swiss
patent clerk ...

Ross
-- 
Ross Reedstrom, Ph.D.                                 reedstrm@rice.edu
Systems Engineer & Admin, Research Scientist        phone: 713-348-6166
Connexions                  http://cnx.org            fax: 713-348-3665
Rice University MS-375, Houston, TX 77005
GPG Key fingerprint = F023 82C8 9B0E 2CC6 0D8E  F888 D3AE 810E 88F0 BEDE


pgsql-hackers by date:

Previous
From: Jaime Casanova
Date:
Subject: Re: Bad UI design: pg_ctl and data_directory
Next
From: Noah Misch
Date:
Subject: Re: pg_terminate_backend and pg_cancel_backend by not administrator user