Skip to content

Commit 84b06da

Browse files
Merge pull request #253535 from Rodrigossz/main
Update custom-partitioning-analytical-store.md
2 parents e3f7a39 + 88bd320 commit 84b06da

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

articles/cosmos-db/custom-partitioning-analytical-store.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Custom partitioning in Azure Synapse Link for Azure Cosmos DB (Preview)
2+
title: Custom partitioning in Azure Synapse Link for Azure Cosmos DB
33
description: Custom partitioning enables you to partition the analytical store data on fields that are commonly used as filters in analytical queries resulting in improved query performance.
44
author: Rodrigossz
55
ms.service: cosmos-db
@@ -9,18 +9,15 @@ ms.author: rosouz
99
ms.custom: ignite-fall-2021, ignite-2022
1010
---
1111

12-
# Custom partitioning in Azure Synapse Link for Azure Cosmos DB (Preview)
12+
# Custom partitioning in Azure Synapse Link for Azure Cosmos DB
1313
[!INCLUDE[NoSQL](includes/appliesto-nosql.md)]
1414

1515
Custom partitioning enables you to partition analytical store data, on fields that are commonly used as filters in analytical queries, resulting in improved query performance.
1616

1717
In this article, you'll learn how to partition your data in Azure Cosmos DB analytical store using keys that are critical for your analytical workloads. It also explains how to take advantage of the improved query performance with partition pruning. You'll also learn how the partitioned store helps to improve the query performance when your workloads have a significant number of updates or deletes.
1818

19-
> [!IMPORTANT]
20-
> Custom partitioning feature is currently in public preview. This preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities. For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
21-
2219
> [!NOTE]
23-
> Azure Cosmos DB accounts should have [Azure Synapse Link](synapse-link.md) enabled to take advantage of custom partitioning.
20+
> Azure Cosmos DB accounts and containers should have [Azure Synapse Link](synapse-link.md) enabled to take advantage of custom partitioning.
2421
2522
## How does it work?
2623

0 commit comments

Comments
 (0)