Archive
Archive for December 21, 2017
SQL Server 2017 – ColumnStore Index enhancements and improvements over previous versions
December 21, 2017
1 comment
ColumnStore Indexes were first introduced in SQL Server 2012, and this created a new way to store and retrieve the Index or Table data in an efficient manner.
–> What’s new in SQL Server 2017?
1. Online Non-Clustered ColumnStore index build and rebuild support added
2. Clustered Columnstore Indexes now support LOB columns (nvarchar(max), varchar(max), varbinary(max))
3. Columnstore index can have a non-persisted computed columns
4. The -fc option in Database Tuning Advisor (DTA) for allowing recommendations of ColumnStore indexes
–> Video on ColumnStore Index:
Categories: Indexes, SQL Server 2017
ColumnStore Index, SQL Server 2017