Skip to content

Commit c46c408

Browse files
authored
raising acrolinx
1 parent bd1e7eb commit c46c408

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/cosmos-db/mongodb/vcore/limits.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ db.collection.find({ field: "value" }).maxTimeMS(5000)
3636
- Maximum size for index path: 256B.
3737
- Default maximum: 64.
3838
- Configurable up to: 300 indexes per collection.
39-
- Sorting is done in memory and does not push down to the index.
39+
- Sorting is done in memory and doesn't push down to the index.
4040
- Maximum level of nesting for embedded objects/arrays on index definitions: 6.
4141
- Background index builds are in preview. To enable, please [reach out to our team](mailto:[email protected]) for assistance.
4242
- A single index build can be in progress on the same collection.
@@ -49,18 +49,18 @@ db.collection.find({ field: "value" }).maxTimeMS(5000)
4949

5050
### Geospatial Indexing Limits
5151
- No support for BigPolygons.
52-
- Composite indexes do not support geospatial indexes.
53-
- `$geoWithin` query does not support polygons with holes.
52+
- Composite indexes don't support geospatial indexes.
53+
- `$geoWithin` query doesn't support polygons with holes.
5454
- The `key` field is required in the `$geoNear` aggregation stage.
5555
- Indexes are recommended but not required for `$near`, `$nearSphere` query operators, and the `$geoNear` aggregation stage.
5656

5757
### Text Index Limits
5858
- Only one text index can be defined on a collection.
59-
- Supports simple text searches only; advanced search capabilities like regular expression searches are not supported.
60-
- `hint()` is not supported in combination with a query using `$text` expression.
61-
- Sort operations cannot use the ordering of the text index.
62-
- Tokenization for Chinese, Japanese, Korean is not supported yet.
63-
- Case insensitive tokenization is not supported yet.
59+
- Supports simple text searches only; advanced search capabilities like regular expression searches aren't supported.
60+
- `hint()` isn't supported in combination with a query using `$text` expression.
61+
- Sort operations can't use the ordering of the text index.
62+
- Tokenization for Chinese, Japanese, Korean isn't supported yet.
63+
- Case insensitive tokenization isn't supported yet.
6464

6565
### Vector Search Limits
6666
- Indexing vectors up to 2,000 dimensions in size.
@@ -92,12 +92,12 @@ The following limitations can be overidden by upgrading a paid tier
9292

9393
### Cross-Region Replication (Preview)
9494
- Supported only on single shard (node) vCore clusters.
95-
- The following configurations are the same on both primary and replica clusters and cannot be changed on the replica cluster:
95+
- The following configurations are the same on both primary and replica clusters and can't be changed on the replica cluster:
9696
- Compute configuration
9797
- Storage and shard count
9898
- User accounts
99-
- HA is not supported on replica clusters.
100-
- Cross-region replication is not available on clusters with burstable compute or Free tier clusters.
99+
- HA isn't supported on replica clusters.
100+
- Cross-region replication isn't available on clusters with burstable compute or Free tier clusters.
101101

102102
## Miscellaneous Limits
103103

0 commit comments

Comments
 (0)