Columnstore indexes in SQL Server 2017 include:
1) Support for LOB columns allowing values up to 2GB to be stored and compressed on or off-row.
2) Ability to define computed columns in tables for the first time, improving data warehouse scenarios.
3) Online rebuilding of nonclustered columnstore indexes for high availability during maintenance.
4) Enhancements to the query optimizer including adaptive memory grants, adaptive join selection, and removal of trivial plans that could prevent batch mode processing.