1
kudos
spam Kudos Remove

The Query Optimizer and Contradiction Detection

published 1022 days, 18 hours, 4 minutes ago posted by sasa 1023 days, 13 hours, 30 minutes ago
Wednesday, August 05, 2009 12:30:04 PM GMT Tuesday, August 04, 2009 5:04:22 PM GMT

One of the many interesting topics I found while working as technical editor of the SQL Server 2008 Internals book was the concept of contradiction detection. So, in this post I will to try to expand on this topic and provide some additional examples.

 

Contradiction detection is performed by SQL Server during the early steps of the query optimization process. During this process the Query Optimizer tries to find contradictions that can be removed and can make the query perform better. Since these ...

category: Query | clicked: 2 | | source: sqlblog.com | show counter code
tags: Contradiction Detection, Query Optimizer

No comments yet, be the first one to post comment.

To post your comment please login or signup