SQL Server 2016 will include improvements to availability groups, columnstore indexes, security features, and performance tuning capabilities. Some key updates include: - Availability groups will add support for distributed transaction coordination and faster failover capabilities. - Columnstore indexes will gain update capabilities and the ability to create regular indexes on top of clustered columnstore indexes to improve concurrency. - New security features include row-level security, dynamic data masking, and always encrypted for encrypting sensitive data in the client. - Performance tuning demonstrations showed how to identify and address waits like PAGEIOLATCH through features like columnstore indexes or trace flags to improve query processing speed.