Articles

Page 9 of 11 — showing articles 145 to 162 of 188

Query Optimizer Deep Dive—Part 1

Deep Dive 1

The SQL Server query optimization pipeline, early stages of compilation, and cardinality estimation. Includes trivial plans.

SQL Server, Seeks, and Binary Search

Game of Chance

SQL Server b-tree seeks can use binary search or linear interpolation (with linear regression). The latter can be more efficient, except when key values are separated by a small fixed gap.

Bitmap Magic

Bitmap Magician

The SQL Server bitmap operator enables early semi join reduction for hash and merge joins.

Why Internals Knowledge Matters

Perfectly Tuned

Query tuning considerations that are often overlooked. How deep internals knowledge can help you write better T-SQL.