Warning: Constant WP_TEMP_DIR already defined in /var/www/html/blogs/joe/wp-config.php on line 93

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/blogs/joe/wp-config.php:93) in /var/www/html/blogs/joe/wp-includes/feed-rss2-comments.php on line 8
Comments on: Data Page Count Influence on the Query Execution Plan https://www.sqlskills.com/blogs/joe/data-page-count-influence-on-the-query-execution-plan/ SQL Server Performance Tuning, High Availability and Disaster Recovery Blog Tue, 22 Oct 2013 13:07:39 +0000 hourly 1 https://wordpress.org/?v=6.9.4 By: Joseph Sack https://www.sqlskills.com/blogs/joe/data-page-count-influence-on-the-query-execution-plan/#comment-3481 Tue, 22 Oct 2013 13:07:39 +0000 http://3.209.169.194/blogs/joe/?p=966#comment-3481 In reply to Neeraj.

Hi Neeraj,

Fragmentation can inflate the page count – and the query optimizer looks at page count for some operators, so yes. But the QO doesn’t look directly at fragmentation as part of the set of properties considered…

Joe

]]>
By: Neeraj https://www.sqlskills.com/blogs/joe/data-page-count-influence-on-the-query-execution-plan/#comment-3480 Tue, 22 Oct 2013 06:48:29 +0000 http://3.209.169.194/blogs/joe/?p=966#comment-3480 thanks the the post,
i have a question here
does fragmentation also affect the query plan?

]]>
By: Joseph Sack https://www.sqlskills.com/blogs/joe/data-page-count-influence-on-the-query-execution-plan/#comment-2480 Mon, 15 Apr 2013 13:34:53 +0000 http://3.209.169.194/blogs/joe/?p=966#comment-2480 In reply to Lonny Niederstadt.

Thanks Lonny. That’s a good list of considerations. And I think the overall takeaway is that fragmentation doesn’t just impact I/O and memory, but also impacts plan choices.

]]>
By: Lonny Niederstadt https://www.sqlskills.com/blogs/joe/data-page-count-influence-on-the-query-execution-plan/#comment-2478 Mon, 15 Apr 2013 02:49:19 +0000 http://3.209.169.194/blogs/joe/?p=966#comment-2478 Good stuff. So, when an index has significantly less than expected use, evaluate: fragmentation, fit to query candidates(key columns/included columns), and page count comparison to the alternative path selected by the plan?

]]>