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

Commit 2de7d88

Browse files
author
MightyPen
committed
Fixes to PMEM and Persistent Memory.
1 parent c71a212 commit 2de7d88

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

docs/sql-server/what-s-new-in-sql-server-ver15.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Community technology preview (CTP) 2.0 is the first public release of [!INCLUDE[
4646
- Java language programmability extension
4747
- SQL Server Machine Learning Services
4848
- Polybase
49-
- Expanded support for Persistent Memory (PMEM) devices
49+
- Expanded support for persistent memory devices
5050

5151
- [Big Data Clusters](#bigdatacluster)
5252
- 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
257257

258258
- **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.
259259

260-
### Expanded support for Persistent Memory (PMEM) devices
260+
### Expanded support for persistent memory devices
261261

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.
263263
- Examples of SQL Server files include:
264264
- Database files
265265
- Transaction log files
266266
- 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.
268269

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.
271272
272273
## <a id="bigdatacluster"></a>Big Data Clusters
273274

0 commit comments

Comments
 (0)