Understanding Query Processing and Query Plans in SQL Server

3 downloads 445 Views 742KB Size Report
May affect performance for top or fast N queries. – Defines ... Great for automated tools ..... Inside SQL Server 2005
Understanding Query Processing and Query Plans in SQL Server Craig Freedman Software Design Engineer Microsoft SQL Server

Outline • • • • •

SQL Server engine architecture Query execution overview Showplan Common iterators Other interesting plans

SQL Server engine high-level architecture Meta …> …

Reading plans • Graphical – Each icon represents one iterator in the tree – Tree structure and Version="1.0" Build="10.0.…"> …

XML plan example NodeId="1" PhysicalOp="Sort" LogicalOp="Sort" …> …