Skip to content

Commit 068fc6e

Browse files
author
Steve Stein
authored
Merge pull request #940 from greenmodulus/patch-1
Update columnstore-indexes-described.md
2 parents f146501 + 4a41444 commit 068fc6e

1 file changed

Lines changed: 1 addition & 1 deletion

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.

0 commit comments

Comments
 (0)