Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 3597ba2

Browse files
authored
Merge pull request #1200 from kkaroth/patch-2
Update what-s-new-in-sql-server-vnext-database-engine.md
2 parents 9340536 + 0b42fef commit 3597ba2

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

docs/database-engine/configure-windows/what-s-new-in-sql-server-vnext-database-engine.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "What's New in SQL Server vNext (Database Engine) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "03/13/2017"
4+
ms.date: "04/11/2017"
55
ms.prod: "sql-vnext"
66
ms.reviewer: ""
77
ms.suite: ""
@@ -61,15 +61,15 @@ manager: "jhubbard"
6161
- 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.
6262
- Improvements to the way incremental statistics update thresholds are computed (140 compat mode required).
6363
- [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.
7373
- Clustered Columnstore Indexes now support LOB columns (nvarchar(max), varchar(max), varbinary(max)).
7474
- The [STRING_AGG](../../t-sql/functions/string-agg-transact-sql.md) aggregate function has been added.
7575
- 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

Comments
 (0)