Skip to content

Commit aef6490

Browse files
authored
Merge pull request #6931 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to master to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents 61b66d4 + 068fc6e commit aef6490

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/2014/relational-databases/indexes/columnstore-indexes-described.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.author: mikeray
2121
manager: craigg
2222
---
2323
# Columnstore Indexes Described
24-
The [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)]*in-memory columnstore index* stores and manages data by using column-based data storage and column-based query processing. Columnstore indexes work well for data warehousing workloads that primarily perform bulk loads and read-only queries. Use the columnstore index to achieve up to **10x query performance** gains over traditional row-oriented storage, and up to **7x data compression** over the uncompressed data size.
24+
The [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] *in-memory columnstore index* stores and manages data by using column-based data storage and column-based query processing. Columnstore indexes work well for data warehousing workloads that primarily perform bulk loads and read-only queries. Use the columnstore index to achieve up to **10x query performance** gains over traditional row-oriented storage, and up to **7x data compression** over the uncompressed data size.
2525

2626
> [!NOTE]
2727
> We view the clustered columnstore index as the standard for storing large data warehousing fact tables, and expect it will be used in most data warehousing scenarios. Since the clustered columnstore index is updateable, your workload can perform a large number of insert, update, and delete operations.

docs/relational-databases/import-export/xml-format-files-sql-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: "XML Format Files (SQL Server) | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "03/14/2017"
@@ -531,7 +531,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
531531
<RECORD>
532532
<FIELD ID="1" xsi:type="CharFixed" LENGTH="10"/>
533533
<FIELD ID="2" xsi:type="CharFixed" LENGTH="6"/>
534-
<FIELD ID="3" xsi:type="CharTerm" TERMINATOR="\r\n"
534+
<FIELD ID="3" xsi:type="CharTerm" TERMINATOR="\r\n"/>
535535
</RECORD>
536536
<ROW>
537537
<COLUMN SOURCE="1" NAME="C1" xsi:type="SQLINT" />

0 commit comments

Comments
 (0)