I have noticed that Microsoft recently released SQL Server 2016. There a lot of new features involving clouds, security, encryption, But I can hardly find something useful for me. I don't use cloud, I don't use failover, I don't use encryption. I mean I have only Express edition with ASP.NET MVC app which use simple SELECT, JOINS, INSERT INTO and fulltext queries.
Update is not simple for me because the SQL Server 2016 requires at least Windows Server 2012 R2, which means an update of server as well. Furthermore I cannot have Windows 7 on developer machine.
Does it worth the update or should I keep 2012 version? Is there any improvement in such simple SQL scenarios and query executions in SQL Server 2016 Express edition?