Skip to content

Readability improvements. #881

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/core/operational-segregation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Operational Segregation in MongoDB Operations and Deployments
Operational Overview
--------------------

MongoDB includes a cluster of features that allow database administrators
MongoDB includes a number of features that allow database administrators
and developers to segregate application operations to MongoDB
deployments by functional or geographical groupings.

Expand All @@ -21,10 +21,10 @@ deployments by functional or geographical groupings.

This capability provides "data center awareness," which allows
applications to target MongoDB deployments with consideration of the
physical location of :program:`mongod` instances. MongoDB supports
physical location of the :program:`mongod` instances. MongoDB supports
segmentation of operations across different dimensions, which may
include multiple data centers and geographical regions in multi-data
center deployments or racks, networks, or power circuits in single
center deployments, racks, networks, or power circuits in single
data center deployments.

MongoDB also supports segregation of database operations based on
Expand Down