|
1 | 1 | --- |
2 | 2 | title: "What's New in SQL Server vNext (Database Engine) | Microsoft Docs" |
3 | 3 | ms.custom: "" |
4 | | -ms.date: "03/13/2017" |
| 4 | +ms.date: "04/11/2017" |
5 | 5 | ms.prod: "sql-vnext" |
6 | 6 | ms.reviewer: "" |
7 | 7 | ms.suite: "" |
@@ -61,15 +61,15 @@ manager: "jhubbard" |
61 | 61 | - Database **COMPATIBILITY_LEVEL** 140 has been added. Customers running in this level will get the latest language features and query optimizer behaviors. This includes changes in each pre-release version Microsoft releases. |
62 | 62 | - Improvements to the way incremental statistics update thresholds are computed (140 compat mode required). |
63 | 63 | - [sys.dm_exec_query_statistics_xml](../../relational-databases/system-dynamic-management-views/sys-dm-exec-query-statistics-xml-transact-sql.md) is added. |
64 | | -- We have added many performance and language enhancements to In-Memory Tables: |
65 | | - - `sp_spaceused` is now supported for in-memory tables. |
66 | | - - `sp_rename` is now supported for native modules. |
67 | | - - `CASE` statements are now supported for native modules. |
68 | | - - The limitation of 8 indexes on in-memory tables has been removed. |
69 | | - - `TOP (N) WITH TIES` is now supported in native modules. |
70 | | - - `ALTER TABLE` against in-memory tables is now substantially faster in some cases. |
71 | | - - Transaction redo In-memory tables is now done in parallel. This substantially reduces the time to do failovers or in some cases restarts. |
72 | | - - In-memory checkpoint files can now be stored on Azure Storage. This provides equivalent capabilities to MDF compared to LDF files, which already have this capability. |
| 64 | +- We have made several performance and language enhancements to Memory-Optimized objects: |
| 65 | + - `sp_spaceused` is now supported for memory-optimized tables. |
| 66 | + - `sp_rename` is now supported for memory-optimized tables and natively compiled T-SQL modules. |
| 67 | + - `CASE` statements are now supported for natively compiled T-SQL modules. |
| 68 | + - The limitation of 8 indexes on memory-optimized tables has been eliminated. |
| 69 | + - `TOP (N) WITH TIES` is now supported in natively compiled T-SQL modules. |
| 70 | + - `ALTER TABLE` against memory-optimized tables is now substantially faster in most cases. |
| 71 | + - Transaction log redo of memory-optimized tables is now done in parallel. This bolsters faster recovery times and significantly increases the sustained throughput of AlwaysOn availability group configuration. |
| 72 | + - Memory-optimized filegroup files can now be stored on Azure Storage. Backup/Restore of memory-optimized files on Azure Storage is also available now. |
73 | 73 | - Clustered Columnstore Indexes now support LOB columns (nvarchar(max), varchar(max), varbinary(max)). |
74 | 74 | - The [STRING_AGG](../../t-sql/functions/string-agg-transact-sql.md) aggregate function has been added. |
75 | 75 | - New Permissions: `DATABASE SCOPED CREDENTIAL` is now a class of securable, supporting `CONTROL`, `ALTER`, `REFERENCES`, `TAKE OWNERSHIP`, and `VIEW DEFINITION` permissions. `ADMINISTER DATABASE BULK OPERATIONS` which is restricted to SQL Database is now visible in `sys.fn_builtin_permissions`. |
|
0 commit comments