Skip to content

Commit de15bec

Browse files
committed
Add local contents to pages
1 parent 854baf0 commit de15bec

File tree

565 files changed

+3390
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

565 files changed

+3390
-0
lines changed

source/administration/backups.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Backup Strategies for MongoDB Systems
44

55
.. default-domain:: mongodb
66

7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
713
Backups are an important part of any operational disaster recovery
814
plan. A good backup plan must be able to capture data in
915
a consistent and usable state, and operators must be able to automate

source/administration/configuration.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Run-time Database Configuration
66

77
.. default-domain:: mongodb
88

9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 1
13+
:class: twocols
14+
915
The :doc:`command line </reference/mongod>` and :doc:`configuration
1016
file </reference/configuration-options>` interfaces provide MongoDB
1117
administrators with a large number of options and settings for

source/administration/import-export.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Importing and Exporting MongoDB Data
44

55
.. default-domain:: mongodb
66

7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
713
Full :doc:`database instance backups </administration/backups>` are
814
useful for disaster recovery protection and routine database backup
915
operation; however, some cases require additional import and export

source/administration/indexes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Indexing Operations
44

55
.. default-domain:: mongodb
66

7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
713
This document provides operational guidelines and procedures for
814
indexing data in MongoDB collections. For the fundamentals of MongoDB
915
indexing, see the :doc:`/core/indexes` document. For strategies and

source/administration/journaling.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Journaling
44

55
.. default-domain:: mongodb
66

7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
713
MongoDB uses *write ahead logging* to an on-disk :term:`journal` to
814
guarantee :doc:`write operation </core/write-operations>` durability
915
and to provide crash resiliency. Before applying a change to the data

source/administration/master-slave.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Master Slave Replication
44

55
.. default-domain:: mongodb
66

7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
713
.. important:: :doc:`Replica sets </core/replication>` replace
814
:term:`master`\-:term:`slave` replication for most use cases. If
915
possible, use replica sets rather than master-slave replication for

source/administration/monitoring.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Monitoring Database Systems
44

55
.. default-domain:: mongodb
66

7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: twocols
12+
713
Monitoring is a critical component of all database administration. A
814
firm grasp of MongoDB's reporting will allow you to assess the state
915
of your database and maintain your deployment without crisis.

source/administration/operational-segregation.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Operational Segregation in MongoDB Operations and Deployments
44

55
.. default-domain:: mongodb
66

7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
713
Operational Overview
814
--------------------
915

source/administration/production-notes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Production Notes
44

55
.. default-domain:: mongodb
66

7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: twocols
12+
713
Overview
814
--------
915

source/administration/replica-set-architectures.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Replica Set Architectures and Deployment Patterns
44

55
.. default-domain:: mongodb
66

7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
713
There is no single ideal :term:`replica set` architecture for
814
every deployment or environment. Indeed the flexibility of replica sets
915
might be their greatest strength. This document describes the most

source/administration/replica-sets.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Replica Set Operation and Management
44

55
.. default-domain:: mongodb
66

7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
713
:term:`Replica sets <replica set>` automate most administrative tasks
814
associated with database replication. Nevertheless, several
915
operations related to deployment and systems management require

source/administration/security.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Security Practices and Management
44

55
.. default-domain:: mongodb
66

7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
713
As with all software running in a networked environment,
814
administrators of MongoDB must consider security and risk
915
exposures for a MongoDB deployment. There are no magic solutions for risk

source/administration/sharded-cluster-architectures.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ Sharded Cluster Architectures
88

99
.. default-domain:: mongodb
1010

11+
.. contents:: On this page
12+
:local:
13+
:backlinks: none
14+
:depth: 1
15+
:class: singlecol
16+
1117
This document describes the organization and design of :term:`sharded
1218
cluster` deployments.
1319

source/administration/sharded-clusters.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ Sharded Cluster Administration
77

88
.. default-domain:: mongodb
99

10+
.. contents:: On this page
11+
:local:
12+
:backlinks: none
13+
:depth: 1
14+
:class: singlecol
15+
1016
Sharding occurs within a :term:`sharded cluster`. A sharded cluster
1117
consists of the following components:
1218

source/administration/ssl.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Use MongoDB with SSL Connections
44

55
.. default-domain:: mongodb
66

7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
713
This document outlines the use and operation of MongoDB's SSL
814
support. SSL allows MongoDB clients to support encrypted connections
915
to :program:`mongod` instances.

source/administration/tag-aware-sharding.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Tag Aware Sharding
66

77
.. default-domain:: mongodb
88

9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 1
13+
:class: singlecol
14+
915
For sharded clusters, MongoDB makes it possible to associate specific
1016
ranges of a :term:`shard key` with a specific :term:`shard` or subset
1117
of shards. This association dictates the policy of the cluster

source/administration/ulimit.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ UNIX ``ulimit`` Settings
44

55
.. default-domain:: mongodb
66

7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
713
Most UNIX-like operating systems, including Linux and OS X, provide
814
ways to limit and control the usage of system resources such as
915
threads, files, and network connections on a per-process and per-user

source/administration/vulnerability-notification.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Vulnerability Notification
44

55
.. default-domain:: mongodb
66

7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
713
`MongoDB <http://www.mongodb.com/>`_ values the privacy and security of all
814
users of MongoDB, and every effort is made to ensure that MongoDB and
915
related tools minimize risk exposure and increase the security and

source/applications/aggregation.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Aggregation Framework
66

77
.. default-domain:: mongodb
88

9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 1
13+
:class: singlecol
14+
915
Overview
1016
--------
1117

source/applications/create.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Create
44

55
.. default-domain:: mongodb
66

7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
713
Of the four basic database operations (i.e. CRUD), *create* operations
814
are those that add new records or :term:`documents <document>` to a
915
:term:`collection` in MongoDB. For general information about write

source/applications/database-references.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ Database References
99

1010
.. default-domain:: mongodb
1111

12+
.. contents:: On this page
13+
:local:
14+
:backlinks: none
15+
:depth: 1
16+
:class: singlecol
17+
1218
MongoDB does not support joins. In MongoDB some data is
1319
*denormalized*, or stored with related data in :term:`documents
1420
<document>` to remove the need for joins. However, in some cases it

source/applications/delete.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Delete
44

55
.. default-domain:: mongodb
66

7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
713
Of the four basic database operations (i.e. CRUD), *delete* operations
814
are those that remove documents from a :term:`collection` in MongoDB.
915

source/applications/geospatial-indexes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Geospatial Queries with ``2d`` Indexes
44

55
.. default-domain:: mongodb
66

7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
713
MongoDB provides support for querying location-based data using
814
special geospatial indexes. For an introduction to these ``2d``
915
indexes, see :doc:`/core/geospatial-indexes`.

source/applications/gridfs.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ GridFS
66

77
.. default-domain:: mongodb
88

9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 1
13+
:class: singlecol
14+
915
:term:`GridFS` is a specification for storing and retrieving files
1016
that exceed the :term:`BSON`\-document :ref:`size limit
1117
<limit-bson-document-size>` of 16MB.

source/applications/indexes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Indexing Strategies
44

55
.. default-domain:: mongodb
66

7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
713
This document provides strategies for indexing in MongoDB. For
814
fundamentals of MongoDB indexing, see :doc:`/core/indexes`. For
915
operational guidelines and procedures, see

source/applications/map-reduce.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Map-Reduce
44

55
.. default-domain:: mongodb
66

7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
713
Map-reduce operations can handle complex aggregation tasks. To perform
814
map-reduce operations, MongoDB provides the :dbcommand:`mapReduce`
915
command and, in the :program:`mongo` shell, the

source/applications/optimization.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Optimization Strategies for MongoDB Applications
44

55
.. default-domain:: mongodb
66

7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
713
Overview
814
--------
915

source/applications/read.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Read
44

55
.. default-domain:: mongodb
66

7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
713
Of the four basic database operations (i.e. CRUD), read operations are
814
those that retrieve records or :term:`documents <document>` from a
915
:term:`collection` in MongoDB. For general information about read

source/applications/replication.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Replica Set Considerations and Behaviors for Applications and Development
44

55
.. default-domain:: mongodb
66

7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
713
From the perspective of a client application, whether a MongoDB
814
instance is running as a single server (i.e. "standalone") or a :term:`replica set`
915
is transparent. However, replica sets

source/applications/server-side-javascript.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Server-side JavaScript
44

55
.. default-domain:: mongodb
66

7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
713
MongoDB supports server-side execution of JavaScript code within the
814
database process.
915

0 commit comments

Comments
 (0)