You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sql-server/what-s-new-in-sql-server-ver15.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Community technology preview (CTP) 2.0 is the first public release of [!INCLUDE[
46
46
- Java language programmability extension
47
47
- SQL Server Machine Learning Services
48
48
- Polybase
49
-
- Expanded support for Persistent Memory (PMEM) devices
49
+
- Expanded support for persistent memory devices
50
50
51
51
-[Big Data Clusters](#bigdatacluster)
52
52
- Deploy a Big Data cluster with SQL and Spark Linux containers on Kubernetes
@@ -257,17 +257,18 @@ For detailed information, see [What's new in SQL Server Machine Learning Service
257
257
258
258
-**New connectors for SQL Server, Oracle, Teradata, and MongoDB**: SQL Server 2019 introduces new connectors to external data for SQL Server, Oracle, Teradata, and MongoDB.
259
259
260
-
### Expanded support for Persistent Memory (PMEM) devices
260
+
### Expanded support for persistent memory devices
261
261
262
-
Any SQL Server file that is placed on a PMEM device operates in *enlightened* mode. SQL Server directly accesses the device, bypassing the storage stack of the operating system. This mode improves performance because it allows low latency input/output against such devices.
262
+
Any SQL Server file that is placed on a persistent memory device operates in *enlightened* mode. SQL Server directly accesses the device, bypassing the storage stack of the operating system. This mode improves performance because it allows low latency input/output against such devices.
263
263
- Examples of SQL Server files include:
264
264
- Database files
265
265
- Transaction log files
266
266
- In-Memory OLTP checkpoint files
267
-
- PMEM is also known as storage class memory (SCM)
267
+
- Persistent memory is also known as storage class memory.
268
+
- Persistent memory is occasionally referred to informally as *pmem* on some non-Microsoft websites.
268
269
269
-
>[!NOTE]
270
-
>For this preview release, support for Persistent Memory (PMEM) devices is only available on Linux.
270
+
>[!NOTE]
271
+
>For this preview release, support for persistent memory devices is only available on Linux.
0 commit comments