Skip to content

Commit 7d5da43

Browse files
authored
Pencil edits: Acrolinx typos - partiton, cardinatlity
1 parent 9367299 commit 7d5da43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ If you configured [managed private endpoints](analytical-store-private-endpoints
7575
Similarly, if you configured [customer-managed keys on analytical store](how-to-setup-cmk.md#is-it-possible-to-use-customer-managed-keys-in-conjunction-with-the-azure-cosmos-db-analytical-store), you must directly enable it on the Synapse workspace primary storage account, which is the partitioned store, as well.
7676

7777
## Partitioning strategies
78-
You could use one or more partition keys for your analytical data. If you are using multiple partiton keys, below are some recommendations on how to partition the data:
78+
You could use one or more partition keys for your analytical data. If you are using multiple partition keys, below are some recommendations on how to partition the data:
7979
- **Using composite keys:**
8080

8181
Say, you want to frequently query based on Key1 and Key2.
@@ -91,8 +91,8 @@ You could use one or more partition keys for your analytical data. If you are us
9191
```
9292

9393
Now, on above partitioned store, if you want to only query based on "Location" filter:
94-
* You may want to query analytical store directly. Partitoned store will scan all records by ReadDate first and then by Location.
95-
So, depending on your workload and cardinatlity of your analytical data, you may get better results by querying analytical store directly.
94+
* You may want to query analytical store directly. Partitioned store will scan all records by ReadDate first and then by Location.
95+
So, depending on your workload and cardinality of your analytical data, you may get better results by querying analytical store directly.
9696
* You could also run another partition job to also partition based on ‘Location’ on the same partitioned store.
9797

9898
* **Using multiple keys separately:**

0 commit comments

Comments
 (0)