Comment 34 for bug 1775958

Revision history for this message
Mike Rylander (mrylander) wrote :

Hi all,

I've pushed another commit to the collab branch of Galen's which deals with the phrase (exact match) issue that Dan found. While not related to the existing fix on the branch per se, it is caused by an adjacent concept -- phrases create a subquery that defeats pull-up due to direct plan nesting.

There is still more work to do here, but all else being equal phrases should not cause any bad queries simply because they exist. I think, if testing shows it to be safe, it would be good to merge the 3 commits at the top of the branch.

Thanks in advance for taking a look!