Re: Proposed patch to make mergejoin cost estimation more symmetric - Mailing list pgsql-patches

From Tom Lane
Subject Re: Proposed patch to make mergejoin cost estimation more symmetric
Date
Msg-id 19673.1197039312@sss.pgh.pa.us
Whole thread Raw
In response to Re: Proposed patch to make mergejoin cost estimation more symmetric  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-patches
Gregory Stark <stark@enterprisedb.com> writes:
> What about a merge join against an empty table? I suppose there would just be
> no statistics?

Yeah.  The defenses against silly results in mergejoinscansel should be
enough to prevent it from doing anything really insane.

            regards, tom lane

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Proposed patch to make mergejoin cost estimation more symmetric
Next
From: Alvaro Herrera
Date:
Subject: Re: Proposed patch to make mergejoin cost estimation more symmetric