Re: UNION JOIN vs UNION SELECT - Mailing list pgsql-hackers

From Tom Lane
Subject Re: UNION JOIN vs UNION SELECT
Date
Msg-id 21599.971668756@sss.pgh.pa.us
Whole thread Raw
In response to Re: UNION JOIN vs UNION SELECT  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
>> I think it's time to bite the bullet and put in a lookahead filter.
>> What say you?

> Hmmm.  Not real excited about that for performance reasons.  Other options?

It's been in there for a month.  I'll bet lunch you will be unable to
measure any performance cost --- one extra function call and if-test
per token lexed is just not going to show on the radar screen.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: UNION JOIN vs UNION SELECT
Next
From: Tom Lane
Date:
Subject: Re: Performance on inserts