• Library
  • Sample DBs
  • RU
  • About
Home » Posts tagged "cardinality"

Tag Archives: cardinality

Scalar UDF Estimation and Project Normalization

Posted on January 24, 2017 by Dmitry Pilugin Posted in cardinality estimation, query plan, Uncategorized

In this post, we will continue to look at the cardinality estimation changes in SQL Server 2016. This time we will talk about scalar UDF estimation. Scalar UDFs (sUDF) in SQL Server have quite bad performance and I encourage you try to avoid them in general, however, a lot of systems still use them.

Read…

cardinality project normalization Scalar TF 9259 UDF

Ascending Key and CE Model Variation

Posted on May 6, 2014 by Dmitry Pilugin Posted in cardinality estimation

In this note I’m going to discuss the one of the most useful and helpful cardinality estimator enhancements – the Ascending Key estimation.

Read…

Ascending Key cardinality TF 2389 TF 2390 TF 9489

Overpopulated Primary Key and CE Model Variation

Posted on May 5, 2014 by Dmitry Pilugin Posted in cardinality estimation, Uncategorized

In this blog post we are going to talk about another cardinality estimation model enhancement in SQL Server 2014 – Overpopulated Primary Key (OPK).

Read…

cardinality TF 9482

Filtered Stats and CE Model Variation

Posted on May 4, 2014 by Dmitry Pilugin Posted in cardinality estimation

In this blog post we are going to view some interesting model variation, that I’ve found while exploring the new CE.
Read…

cardinality TF 9483

Cardinality Estimation Framework Version Control

Posted on May 1, 2014 by Dmitry Pilugin Posted in cardinality estimation, Uncategorized

This is a small post about how you may control the cardinality estimator version and determine which version was used to build a plan.

I don’t like re-writes, and this post is a complete re-write of the documentation. However, I decided to write it for the complete picture in my cardinality estimation series. Feel free to skip it, nothing really new here, if you are familiar with the theme from the other sources.

Read…

cardinality TF 2312 TF 9481 version

Cardinality Estimation Process

Posted on May 1, 2014 by Dmitry Pilugin Posted in cardinality estimation, Uncategorized

In this post we are going to take a deeper look at the cardinality estimation process. We will use SQL Server 2014, the main concepts might also be applied to the earlier versions, however the process details are different.

Read…

cardinality estimation process TF 2363

Cardinality Estimation Concepts

Posted on May 1, 2014 by Dmitry Pilugin Posted in cardinality estimation

In this blog post we are going to talk about the principles and the main concepts which are used by the optimizer to perform an estimation.
Read…

cardinality model statistics

Cardinality Estimation Place in the Optimization Process

Posted on May 1, 2014 by Dmitry Pilugin Posted in cardinality estimation

In this blog post, I’m going to look at the place of the Cardinality Estimation Process in the whole Optimization Process. We’ll see some internals, that will show us, why the Query Optimizer is so sensitive to the cardinality estimation. To understand that we should observe the main steps that a server performs when the query is sent for execution.
Read…

cardinality plan construction

Cardinality Estimation Role

Posted on May 1, 2014 by Dmitry Pilugin Posted in cardinality estimation

This post opens a series of blog posts dedicated to my observations of the new cardinality estimator in SQL Server 2014. But, before we jump to the new features, I’d like to provide some background, to make the next posts clearer.

We’ll start by discussing the role of Cardinality Estimation in SQL Server, trying to answer – what is it and why it is needed.

Read…

cardinality

Recent Posts

  • SQL Server 2017: Adaptive Join Internals
  • SQL Server 2017: How to Get a Parallel Plan
  • SQL Server 2017: Statistics to Compile a Query Plan
  • SQL Server 2017: Sort, Spill, Memory and Adaptive Memory Grant Feedback
  • SQL Server vNext: Interleaved Execution for mTVF

Archives

  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • July 2016
  • February 2016
  • December 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • May 2014

Tags

adaptive query processing allocation order scan Ascending Key bailout bitmap bug cardinality columnstore estimation process hash join model mtvf nolock partitioning plan construction Post Optimization Rewrite PQTEConvert query optimizer query_trace_column_values rules sniffing spill sql server 2017 statistics TF 2312 TF 2329 TF 2340 TF 2363 TF 2389 TF 2390 TF 2486 TF 7357 TF 7359 TF 8628 TF 8744 TF 9115 TF 9481 TF 9482 TF 9483 TF 9488 TF 9489 top uncommited version vnext
© Dmitry Pilugin (SomewhereSomehow), 2014 - 2017