I would like to understand the SQL Server 2008 filtered index feature.
How does the Database Engine work with this concept? And how does this help me get faster results than standard indexes when querying large tables?
Can someone help me with this?
Thanks.
This is a WHERE clause in your index.
My real life for the millionth row table:
I need an index in a column in a table, but 90% of the values are NULL. I need an index for 10% non-zero, but the index is inflated with 90% NULL. Therefore, I add a filter and save space.
(eq NON-null). SQL Server 2008 . "WHERE"
, , - , .
, , , /. , .
, , , NC . - . , Filtered, , , ( ) - .
, , , , , .
Source: https://habr.com/ru/post/1724011/More articles:Haskell Casting - haskellASP.NET Global.asax Application_Error works, but not when using the Error event - c #Prototype: change attribute - javascriptWhy is MFMailComposeViewController not sending messages? - emailHow to save a double file in python? - pythonОшибка выполнения: нарушение прав доступа при использовании .push_back() с помощью std::vector? - c++How to send an email from my application using email? - androidWhat is the difference between → and :: in PHP? - oopVisual Studio: add the same project or link to different solutions - visual-studio-2008Is there an alternative to the file_get_contents () function? - phpAll Articles