Sign in
Tim Chapman
SQL Server Dedicated Support Engineer (PFE)
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
dbcc memorystatus
filtered index
index fragmentation
index rebuild
index reorganization
local variables
parameter sniffing
performance
performance tuning
powershell
scans
seeks
sql server
transaction log
Browse by Tags
MSDN Blogs
>
Tim Chapman
>
All Tags
>
filtered index
Tagged Content List
Blog Post:
The Joys of Filtered Indexes
TimChapman
A filtered index, introduced in SQL Server 2008, is a non-clustered index that contains only a subset of the number of rows contained in a table. Because there is a 1:1 ratio between the number of rows in a table and the number of rows in a regular non-clustered index, a filtered index can have performance...
on
27 Aug 2012
Blog Post:
The Pains of Filtered Indexes
TimChapman
In a previous post I briefly went over how useful filtered indexes can be. Filtered indexes are a great feature that have numerous uses. However, like almost everything in computing, there are trade-offs, and filtered indexes are no exception. The challenge with filtered indexes is the decisions that...
on
27 Aug 2012
Page 1 of 1 (2 items)