Skip to content

Commit e95b1a1

Browse files
author
Dave Cuthbert
authored
DOCSP-22466 BACKPORT (#1549)
1 parent b9c36a9 commit e95b1a1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

source/includes/steps-sharding-segmenting-data-by-location-update.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ action:
8787
* The inclusive lower bound of the range.
8888
* The exclusive upper bound of the range.
8989
* The name of the zone.
90-
90+
9191
language: javascript
9292
code: |
9393
sh.addTagRange(
@@ -101,7 +101,7 @@ post: |
101101
for comparisons. :bsontype:`MinKey` always compares as lower than every other
102102
possible value, while :bsontype:`MaxKey` always compares as higher than
103103
every other possible value. This ensures the two ranges captures the
104-
entire possible value space of ``creation_date``.
104+
entire possible value space of ``userid``.
105105
---
106106
stepnum: 5
107107
title: Enable the Balancer (Optional)

source/tutorial/sharding-segmenting-data-by-location.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ Segmenting Data by Location
1818

1919
.. include:: /includes/extracts/zoned-sharding-pre-define-zone.rst
2020

21-
This tutorial uses :ref:`zone-sharding` to segment data based on
21+
This tutorial uses :ref:`zone-sharding` to segment data based on a
2222
geographic area.
2323

24-
The following are some example use cases for segmenting data by geographic
25-
area:
24+
The following are some example use cases for segmenting data by
25+
geographic area:
2626

27-
* An application that requires segmenting user data based on geographic country
28-
* A database that requires resource allocation based on geographic country
27+
* An application that has to segment user data by country
28+
* A database that has to allocate resources by country
2929

30-
The following diagram illustrates a sharded cluster that uses geographic based
31-
zones to manage and satisfy data segmentation requirements.
30+
The following diagram illustrates a sharded cluster that uses
31+
geographic zones to manage and satisfy data segmentation requirements.
3232

3333
.. include:: /images/sharding-segmenting-data-by-location-overview.rst
3434

0 commit comments

Comments
 (0)