File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ action:
87
87
* The inclusive lower bound of the range.
88
88
* The exclusive upper bound of the range.
89
89
* The name of the zone.
90
-
90
+
91
91
language: javascript
92
92
code: |
93
93
sh.addTagRange(
@@ -101,7 +101,7 @@ post: |
101
101
for comparisons. :bsontype:`MinKey` always compares as lower than every other
102
102
possible value, while :bsontype:`MaxKey` always compares as higher than
103
103
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 ``.
105
105
---
106
106
stepnum : 5
107
107
title : Enable the Balancer (Optional)
Original file line number Diff line number Diff line change @@ -18,17 +18,17 @@ Segmenting Data by Location
18
18
19
19
.. include:: /includes/extracts/zoned-sharding-pre-define-zone.rst
20
20
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
22
22
geographic area.
23
23
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:
26
26
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
29
29
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.
32
32
33
33
.. include:: /images/sharding-segmenting-data-by-location-overview.rst
34
34
You can’t perform that action at this time.
0 commit comments