Re: [PERFORM] Question about Generating Possible Plans by the planner/optimizer

2004-08-06 Thread Steinar H. Gunderson
On Fri, Aug 06, 2004 at 07:28:38PM -0500, sandra ruiz wrote: > in the docummentation about the planer it says: > > "It first combines all possible ways of scanning and joining the relations > that appear in a query" > > I would like to know if there's a time limit to do that or if it just scans

[PERFORM] Question about Generating Possible Plans by the planner/optimizer

2004-08-06 Thread sandra ruiz
in the docummentation about the planer it says: "It first combines all possible ways of scanning and joining the relations that appear in a query" I would like to know if there's a time limit to do that or if it just scans ALL the posibilities until it finishes..no matter the time it takes.. th