|
|
Archives of the TeradataForum
Message Posted: Fri, 28 Mar 2008 @ 21:07:22 GMT
Subj: | | Re: Impact of Increasing MaxParseTreeSegs |
|
From: | | Christie, Jon |
It's just a limit. The optimizer does not say, "Oh lookee here, max parse is set to a high number. Therefore I'll do such and such
differently than I would if the limit were lower."
On the other hand, when you added or removed a parenthesis, you may have changed a column reference into an expression or vice versa and that
might well cause significant differences in how the optimizer processes the term containing the col-ref/expression.
| |