forked from mongodb/docs
-
Notifications
You must be signed in to change notification settings - Fork 92
Translation Tasks
tjworks edited this page Sep 6, 2014
·
3 revisions
- Installation 18
- MongoDB CRUD Operations 33
- Data Models 27
- Replication 58
- Sharding 52
- Indexes 59
- Administration 57
- Aggregation 25
- Frequently Asked Questions 10
- Release Notes 19
- Security 57
总共文章数目: 415
- Install on Linux administration/install-on-linux.html Issue 17
- Install on Red Hat tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux.html Issue 18
- Install on Ubuntu tutorial/install-mongodb-on-ubuntu.html Issue 19
- Install on Debian tutorial/install-mongodb-on-debian.html Issue 20
- Install on Other Linux Systems tutorial/install-mongodb-on-linux.html Issue 21
- Install on OS X tutorial/install-mongodb-on-os-x.html Issue 22
- Install on Windows tutorial/install-mongodb-on-windows.html Issue 23
- Install MongoDB Enterprise administration/install-enterprise.html Issue 24
- Install MongoDB Enterprise on Red Hat tutorial/install-mongodb-enterprise-on-red-hat-or-centos.html Issue 25
- Install MongoDB Enterprise on Ubuntu tutorial/install-mongodb-enterprise-on-ubuntu.html Issue 26
- Install MongoDB Enterprise on Debian tutorial/install-mongodb-enterprise-on-debian.html Issue 27
- Install MongoDB Enterprise on SUSE tutorial/install-mongodb-enterprise-on-suse.html Issue 28
- Install MongoDB Enterprise on Amazon AMI tutorial/install-mongodb-enterprise-on-amazon.html Issue 29
- Install MongoDB Enterprise on Windows tutorial/install-mongodb-enterprise-on-windows.html Issue 30
- Verify Integrity of MongoDB Packages tutorial/verify-mongodb-packages.html Issue 31
- Getting Started with MongoDB tutorial/getting-started.html Issue 32
- Generate Test Data tutorial/generate-test-data.html Issue 33
subotal 18
- MongoDB CRUD Introduction core/crud-introduction.html Issue 35
- MongoDB CRUD Concepts core/crud.html Issue 36
- Read Operations core/read-operations.html Issue 37
- Read Operations Overview core/read-operations-introduction.html Issue 38
- Cursors core/cursors.html Issue 39
- Query Optimization core/query-optimization.html Issue 40
- Query Plans core/query-plans.html Issue 41
- Distributed Queries core/distributed-queries.html Issue 42
- Write Operations core/write-operations.html Issue 43
- Write Operations Overview core/write-operations-introduction.html Issue 44
- Write Concern core/write-concern.html Issue 45
- Distributed Write Operations core/distributed-write-operations.html Issue 46
- Write Operation Performance core/write-performance.html Issue 47
- Bulk Inserts in MongoDB core/bulk-inserts.html Issue 48
- Storage core/storage.html Issue 49
- MongoDB CRUD Tutorials applications/crud.html Issue 50
- Insert Documents tutorial/insert-documents.html Issue 51
- Query Documents tutorial/query-documents.html Issue 52
- Limit Fields to Return from a Query tutorial/project-fields-from-query-results.html Issue 53
- Iterate a Cursor in the mongo Shell tutorial/iterate-a-cursor.html Issue 54
- Analyze Query Performance tutorial/analyze-query-plan.html Issue 55
- Modify Documents tutorial/modify-documents.html Issue 56
- Remove Documents tutorial/remove-documents.html Issue 57
- Perform Two Phase Commits tutorial/perform-two-phase-commits.html Issue 58
- Create Tailable Cursor tutorial/create-tailable-cursor.html Issue 59
- Isolate Sequence of Operations tutorial/isolate-sequence-of-operations.html Issue 60
- Create an Auto-Incrementing Sequence Field tutorial/create-an-auto-incrementing-field.html Issue 61
- Limit Number of Elements in an Array after an Update tutorial/limit-number-of-elements-in-updated-array.html Issue 62
- MongoDB CRUD Reference reference/crud.html Issue 63
- Write Concern Reference reference/write-concern.html Issue 64
- SQL to MongoDB Mapping Chart reference/sql-comparison.html Issue 65
- The bios Example Collection reference/bios-example-collection.html Issue 66
subotal 33
- Data Modeling Introduction core/data-modeling-introduction.html Issue 68
- Data Modeling Concepts core/data-models.html Issue 69
- Data Model Design core/data-model-design.html Issue 70
- Operational Factors and Data Models core/data-model-operations.html Issue 71
- GridFS core/gridfs.html Issue 72
- Data Model Examples and Patterns applications/data-models.html Issue 73
- Model Relationships Between Documents applications/data-models-relationships.html Issue 74
- Model One-to-One Relationships with Embedded Documents tutorial/model-embedded-one-to-one-relationships-between-documents.html Issue 75
- Model One-to-Many Relationships with Embedded Documents tutorial/model-embedded-one-to-many-relationships-between-documents.html Issue 76
- Model One-to-Many Relationships with Document References tutorial/model-referenced-one-to-many-relationships-between-documents.html Issue 77
- Model Tree Structures applications/data-models-tree-structures.html Issue 78
- Model Tree Structures with Parent References tutorial/model-tree-structures-with-parent-references.html Issue 79
- Model Tree Structures with Child References tutorial/model-tree-structures-with-child-references.html Issue 80
- Model Tree Structures with an Array of Ancestors tutorial/model-tree-structures-with-ancestors-array.html Issue 81
- Model Tree Structures with Materialized Paths tutorial/model-tree-structures-with-materialized-paths.html Issue 82
- Model Tree Structures with Nested Sets tutorial/model-tree-structures-with-nested-sets.html Issue 83
- Model Specific Application Contexts applications/data-models-applications.html Issue 84
- Model Data for Atomic Operations tutorial/model-data-for-atomic-operations.html Issue 85
- Model Data to Support Keyword Search tutorial/model-data-for-keyword-search.html Issue 86
- Model Monetary Data tutorial/model-monetary-data.html Issue 87
- Data Model Reference reference/data-models.html Issue 88
- Documents core/document.html Issue 89
- Database References reference/database-references.html Issue 90
- GridFS Reference reference/gridfs.html Issue 91
- ObjectId reference/object-id.html Issue 92
- BSON Types reference/bson-types.html Issue 93
subotal 27
- Administration Concepts core/administration.html Issue 95
- Operational Strategies administration/strategy.html Issue 96
- MongoDB Backup Methods core/backups.html Issue 97
- Monitoring for MongoDB administration/monitoring.html Issue 98
- Run-time Database Configuration administration/configuration.html Issue 99
- Import and Export MongoDB Data core/import-export.html Issue 100
- Production Notes administration/production-notes.html Issue 101
- Data Management administration/data-management.html Issue 102
- Data Center Awareness data-center-awareness.html Issue 103
- Operational Segregation in MongoDB Deployments core/operational-segregation.html Issue 104
- Capped Collections core/capped-collections.html Issue 105
- Expire Data from Collections by Setting TTL tutorial/expire-data.html Issue 106
- Optimization Strategies for MongoDB administration/optimization.html Issue 107
- Evaluate Performance of Current Operations tutorial/evaluate-operation-performance.html Issue 108
- Use Capped Collections for Fast Writes and Reads tutorial/use-capped-collections-for-fast-writes-and-reads.html Issue 109
- Optimize Query Performance tutorial/optimize-query-performance-with-indexes-and-projections.html Issue 110
- Design Notes applications/design-notes.html Issue 111
- Administration Tutorials administration/tutorials.html Issue 112
- Configuration, Maintenance, and Analysis administration/maintenance.html Issue 113
- Use Database Commands tutorial/use-database-commands.html Issue 114
- Manage mongod Processes tutorial/manage-mongodb-processes.html Issue 115
- Terminate Running Operations tutorial/terminate-running-operations.html Issue 116
- Analyze Performance of Database Operations tutorial/manage-the-database-profiler.html Issue 117
- Rotate Log Files tutorial/rotate-log-files.html Issue 118
- Manage Journaling tutorial/manage-journaling.html Issue 119
- Store a JavaScript Function on the Server tutorial/store-javascript-function-on-server.html Issue 120
- Upgrade to the Latest Revision of MongoDB tutorial/upgrade-revision.html Issue 121
- Monitor MongoDB With SNMP on Linux tutorial/monitor-with-snmp.html Issue 122
- Monitor MongoDB Windows with SNMP tutorial/monitor-with-snmp-on-windows.html Issue 123
- Troubleshoot SNMP tutorial/troubleshoot-snmp.html Issue 124
- MongoDB Tutorials tutorial.html Issue 125
- Backup and Recovery administration/backup.html Issue 126
- Backup and Restore with Filesystem Snapshots tutorial/backup-with-filesystem-snapshots.html Issue 127
- Restore a Replica Set from MongoDB Backups tutorial/restore-replica-set-from-backup.html Issue 128
- Back Up and Restore with MongoDB Tools tutorial/backup-with-mongodump.html Issue 129
- Backup and Restore Sharded Clusters administration/backup-sharded-clusters.html Issue 130
- Backup a Small Sharded Cluster with mongodump tutorial/backup-small-sharded-cluster-with-mongodump.html Issue 131
- Backup a Sharded Cluster with Filesystem Snapshots tutorial/backup-sharded-cluster-with-filesystem-snapshots.html Issue 132
- Backup a Sharded Cluster with Database Dumps tutorial/backup-sharded-cluster-with-database-dumps.html Issue 133
- Schedule Backup Window for Sharded Clusters tutorial/schedule-backup-window-for-sharded-clusters.html Issue 134
- Restore a Single Shard tutorial/restore-single-shard.html Issue 135
- Restore a Sharded Cluster tutorial/restore-sharded-cluster.html Issue 136
- Recover Data after an Unexpected Shutdown tutorial/recover-data-following-unexpected-shutdown.html Issue 137
- MongoDB Scripting administration/scripting.html Issue 138
- Server-side JavaScript core/server-side-javascript.html Issue 139
- Data Types in the mongo Shell core/shell-types.html Issue 140
- Write Scripts for the mongo Shell tutorial/write-scripts-for-the-mongo-shell.html Issue 141
- Getting Started with the mongo Shell tutorial/getting-started-with-the-mongo-shell.html Issue 142
- Access the mongo Shell Help Information tutorial/access-mongo-shell-help.html Issue 143
- mongo Shell Quick Reference reference/mongo-shell.html Issue 144
- Administration Reference reference/administration.html Issue 145
- UNIX ulimit Settings reference/ulimit.html Issue 146
- System Collections reference/system-collections.html Issue 147
- Database Profiler Output reference/database-profiler.html Issue 148
- Journaling Mechanics core/journaling.html Issue 149
- Exit Codes and Statuses reference/exit-codes.html Issue 150
subotal 57
- Security Introduction core/security-introduction.html Issue 152
- Security Concepts core/security.html Issue 153
- Authentication core/authentication.html Issue 154
- Authorization core/authorization.html Issue 155
- Collection-Level Access Control core/collection-level-access-control.html Issue 156
- Network Exposure and Security core/security-network.html Issue 157
- Security and MongoDB API Interfaces core/security-interface.html Issue 158
- Auditing core/auditing.html Issue 159
- Kerberos Authentication core/kerberos.html Issue 160
- Security Tutorials administration/security.html Issue 161
- Security Checklist administration/security-checklist.html Issue 162
- Network Security Tutorials administration/security-network.html Issue 163
- Configure Linux iptables Firewall for MongoDB tutorial/configure-linux-iptables-firewall.html Issue 164
- Configure Windows netsh Firewall for MongoDB tutorial/configure-windows-netsh-firewall.html Issue 165
- Configure mongod and mongos for SSL tutorial/configure-ssl.html Issue 166
- SSL Configuration for Clients tutorial/configure-ssl-clients.html Issue 167
- Upgrade a Cluster to Use SSL tutorial/upgrade-cluster-to-ssl.html Issue 168
- Configure MongoDB for FIPS tutorial/configure-fips.html Issue 169
- Security Deployment Tutorials administration/security-deployment.html Issue 170
- Deploy Replica Set and Configure Authentication and Authorization tutorial/deploy-replica-set-with-auth.html Issue 171
- Access Control Tutorials administration/security-access-control.html Issue 172
- Enable Client Access Control tutorial/enable-authentication.html Issue 173
- Enable Authentication in a Sharded Cluster tutorial/enable-authentication-in-sharded-cluster.html Issue 174
- Enable Authentication after Creating the User Administrator tutorial/enable-authentication-without-bypass.html Issue 175
- Use x.509 Certificates to Authenticate Clients tutorial/configure-x509-client-authentication.html Issue 176
- Use x.509 Certificate for Membership Authentication tutorial/configure-x509-member-authentication.html Issue 177
- Authenticate Using SASL and LDAP with ActiveDirectory tutorial/configure-ldap-sasl-activedirectory.html Issue 178
- Authenticate Using SASL and LDAP with OpenLDAP tutorial/configure-ldap-sasl-openldap.html Issue 179
- Configure MongoDB with Kerberos Authentication on Linux tutorial/control-access-to-mongodb-with-kerberos-authentication.html Issue 180
- Configure MongoDB with Kerberos Authentication on Windows tutorial/control-access-to-mongodb-windows-with-kerberos-authentication.html Issue 181
- Authenticate to a MongoDB Instance or Cluster tutorial/authenticate-as-client.html Issue 182
- Generate a Key File tutorial/generate-key-file.html Issue 183
- Troubleshoot Kerberos Authentication on Linux tutorial/troubleshoot-kerberos.html Issue 184
- Implement Field Level Redaction tutorial/implement-field-level-redaction.html Issue 185
- User and Role Management Tutorials administration/security-user-role-management.html Issue 186
- Create a User Administrator tutorial/add-user-administrator.html Issue 187
- Add a User to a Database tutorial/add-user-to-database.html Issue 188
- Create an Administrative User with Unrestricted Access tutorial/add-admin-user.html Issue 189
- Create a Role tutorial/define-roles.html Issue 190
- Assign a User a Role tutorial/assign-role-to-user.html Issue 191
- Verify User Privileges tutorial/verify-user-privileges.html Issue 192
- Modify a User’s Access tutorial/change-user-privileges.html Issue 193
- View Roles tutorial/view-roles.html Issue 194
- Change a User’s Password tutorial/change-user-password.html Issue 195
- Change Your Password and Custom Data tutorial/change-own-password-and-custom-data.html Issue 196
- Configure System Events Auditing tutorial/configure-auditing.html Issue 197
- Create a Vulnerability Report tutorial/create-a-vulnerability-report.html Issue 198
- Security Reference reference/security.html Issue 199
- Built-In Roles reference/built-in-roles.html Issue 200
- system.roles Collection reference/system-roles-collection.html Issue 201
- system.users Collection reference/system-users-collection.html Issue 202
- Resource Document reference/resource-document.html Issue 203
- Privilege Actions reference/privilege-actions.html Issue 204
- Default MongoDB Port reference/default-mongodb-port.html Issue 205
- System Event Audit Messages reference/audit-message.html Issue 206
- Security Release Notes release-notes/security.html Issue 207
subotal 57
- Aggregation Introduction core/aggregation-introduction.html Issue 209
- Aggregation Concepts core/aggregation.html Issue 210
- Aggregation Pipeline core/aggregation-pipeline.html Issue 211
- Map-Reduce core/map-reduce.html Issue 212
- Single Purpose Aggregation Operations core/single-purpose-aggregation.html Issue 213
- Aggregation Mechanics core/aggregation-mechanics.html Issue 214
- Aggregation Pipeline Optimization core/aggregation-pipeline-optimization.html Issue 215
- Aggregation Pipeline Limits core/aggregation-pipeline-limits.html Issue 216
- Aggregation Pipeline and Sharded Collections core/aggregation-pipeline-sharded-collections.html Issue 217
- Map-Reduce and Sharded Collections core/map-reduce-sharded-collections.html Issue 218
- Map Reduce Concurrency core/map-reduce-concurrency.html Issue 219
- Aggregation Examples applications/aggregation.html Issue 220
- Aggregation with the Zip Code Data Set tutorial/aggregation-zip-code-data-set.html Issue 221
- Aggregation with User Preference Data tutorial/aggregation-with-user-preference-data.html Issue 222
- Map-Reduce Examples tutorial/map-reduce-examples.html Issue 223
- Perform Incremental Map-Reduce tutorial/perform-incremental-map-reduce.html Issue 224
- Troubleshoot the Map Function tutorial/troubleshoot-map-function.html Issue 225
- Troubleshoot the Reduce Function tutorial/troubleshoot-reduce-function.html Issue 226
- Aggregation Reference reference/aggregation.html Issue 227
- Aggregation Pipeline Quick Reference meta/aggregation-quick-reference.html Issue 228
- Aggregation Commands Comparison reference/aggregation-commands-comparison.html Issue 229
- SQL to Aggregation Mapping Chart reference/sql-aggregation-comparison.html Issue 230
- Aggregation Interfaces reference/operator/aggregation/interface.html Issue 231
- Variables in Aggregation Expressions reference/aggregation-variables.html Issue 232
subotal 25
- Index Introduction core/indexes-introduction.html Issue 234
- Index Concepts core/indexes.html Issue 235
- Index Types core/index-types.html Issue 236
- Single Field Indexes core/index-single.html Issue 237
- Compound Indexes core/index-compound.html Issue 238
- Multikey Indexes core/index-multikey.html Issue 239
- Geospatial Indexes and Queries applications/geospatial-indexes.html Issue 240
- 2dsphere Indexes core/2dsphere.html Issue 241
- 2d Indexes core/2d.html Issue 242
- geoHaystack Indexes core/geohaystack.html Issue 243
- 2d Index Internals core/geospatial-indexes.html Issue 244
- Text Indexes core/index-text.html Issue 245
- Hashed Index core/index-hashed.html Issue 246
- Index Properties core/index-properties.html Issue 247
- TTL Indexes core/index-ttl.html Issue 248
- Unique Indexes core/index-unique.html Issue 249
- Sparse Indexes core/index-sparse.html Issue 250
- Index Creation core/index-creation.html Issue 251
- Index Intersection core/index-intersection.html Issue 252
- Indexing Tutorials administration/indexes.html Issue 253
- Index Creation Tutorials administration/indexes-creation.html Issue 254
- Create an Index tutorial/create-an-index.html Issue 255
- Create a Compound Index tutorial/create-a-compound-index.html Issue 256
- Create a Unique Index tutorial/create-a-unique-index.html Issue 257
- Create a Sparse Index tutorial/create-a-sparse-index.html Issue 258
- Create a Hashed Index tutorial/create-a-hashed-index.html Issue 259
- Build Indexes on Replica Sets tutorial/build-indexes-on-replica-sets.html Issue 260
- Build Indexes in the Background tutorial/build-indexes-in-the-background.html Issue 261
- Build Old Style Indexes tutorial/roll-back-to-v1.8-index.html Issue 262
- Index Management Tutorials administration/indexes-management.html Issue 263
- Remove Indexes tutorial/remove-indexes.html Issue 264
- Modify an Index tutorial/modify-an-index.html Issue 265
- Rebuild Indexes tutorial/rebuild-indexes.html Issue 266
- Manage In-Progress Index Creation tutorial/manage-in-progress-indexing-operations.html Issue 267
- Return a List of All Indexes tutorial/list-indexes.html Issue 268
- Measure Index Use tutorial/measure-index-use.html Issue 269
- Geospatial Index Tutorials administration/indexes-geo.html Issue 270
- Create a 2dsphere Index tutorial/build-a-2dsphere-index.html Issue 271
- Query a 2dsphere Index tutorial/query-a-2dsphere-index.html Issue 272
- Create a 2d Index tutorial/build-a-2d-index.html Issue 273
- Query a 2d Index tutorial/query-a-2d-index.html Issue 274
- Create a Haystack Index tutorial/build-a-geohaystack-index.html Issue 275
- Query a Haystack Index tutorial/query-a-geohaystack-index.html Issue 276
- Calculate Distance Using Spherical Geometry tutorial/calculate-distances-using-spherical-geometry-with-2d-geospatial-indexes.html Issue 277
- Text Search Tutorials administration/indexes-text.html Issue 278
- Create a text Index tutorial/create-text-index-on-multiple-fields.html Issue 279
- Specify a Language for Text Index tutorial/specify-language-for-text-index.html Issue 280
- Specify Name for text Index tutorial/avoid-text-index-name-limit.html Issue 281
- Control Search Results with Weights tutorial/control-results-of-text-search.html Issue 282
- Limit the Number of Entries Scanned tutorial/limit-number-of-items-scanned-for-text-search.html Issue 283
- Text Search in the Aggregation Pipeline tutorial/text-search-in-aggregation.html Issue 284
- Indexing Strategies applications/indexes.html Issue 285
- Create Indexes to Support Your Queries tutorial/create-indexes-to-support-queries.html Issue 286
- Use Indexes to Sort Query Results tutorial/sort-results-with-indexes.html Issue 287
- Ensure Indexes Fit in RAM tutorial/ensure-indexes-fit-ram.html Issue 288
- Create Queries that Ensure Selectivity tutorial/create-queries-that-ensure-selectivity.html Issue 289
- Indexing Reference reference/indexes.html Issue 290
- Text Search Languages reference/text-search-languages.html Issue 291
subotal 59
- Replication Introduction core/replication-introduction.html Issue 293
- Replication Concepts core/replication.html Issue 294
- Replica Set Members core/replica-set-members.html Issue 295
- Replica Set Primary core/replica-set-primary.html Issue 296
- Replica Set Secondary Members core/replica-set-secondary.html Issue 297
- Priority 0 Replica Set Members core/replica-set-priority-0-member.html Issue 298
- Hidden Replica Set Members core/replica-set-hidden-member.html Issue 299
- Delayed Replica Set Members core/replica-set-delayed-member.html Issue 300
- Replica Set Arbiter core/replica-set-arbiter.html Issue 301
- Replica Set Deployment Architectures core/replica-set-architectures.html Issue 302
- Three Member Replica Sets core/replica-set-architecture-three-members.html Issue 303
- Replica Sets with Four or More Members core/replica-set-architecture-four-members.html Issue 304
- Geographically Distributed Replica Sets core/replica-set-architecture-geographically-distributed.html Issue 305
- Replica Set High Availability core/replica-set-high-availability.html Issue 306
- Replica Set Elections core/replica-set-elections.html Issue 307
- Rollbacks During Replica Set Failover core/replica-set-rollbacks.html Issue 308
- Replica Set Read and Write Semantics applications/replication.html Issue 309
- Write Concern for Replica Sets core/replica-set-write-concern.html Issue 310
- Read Preference core/read-preference.html Issue 311
- Read Preference Processes core/read-preference-mechanics.html Issue 312
- Replication Processes core/replication-process.html Issue 313
- Replica Set Oplog core/replica-set-oplog.html Issue 314
- Replica Set Data Synchronization core/replica-set-sync.html Issue 315
- Master Slave Replication core/master-slave.html Issue 316
- Replica Set Tutorials administration/replica-sets.html Issue 317
- Replica Set Deployment Tutorials administration/replica-set-deployment.html Issue 318
- Deploy a Replica Set tutorial/deploy-replica-set.html Issue 319
- Deploy a Replica Set for Testing and Development tutorial/deploy-replica-set-for-testing.html Issue 320
- Deploy a Geographically Redundant Replica Set tutorial/deploy-geographically-distributed-replica-set.html Issue 321
- Add an Arbiter to Replica Set tutorial/add-replica-set-arbiter.html Issue 322
- Convert a Standalone to a Replica Set tutorial/convert-standalone-to-replica-set.html Issue 323
- Add Members to a Replica Set tutorial/expand-replica-set.html Issue 324
- Remove Members from Replica Set tutorial/remove-replica-set-member.html Issue 325
- Replace a Replica Set Member tutorial/replace-replica-set-member.html Issue 326
- Member Configuration Tutorials administration/replica-set-member-configuration.html Issue 327
- Adjust Priority for Replica Set Member tutorial/adjust-replica-set-member-priority.html Issue 328
- Prevent Secondary from Becoming Primary tutorial/configure-secondary-only-replica-set-member.html Issue 329
- Configure a Hidden Replica Set Member tutorial/configure-a-hidden-replica-set-member.html Issue 330
- Configure a Delayed Replica Set Member tutorial/configure-a-delayed-replica-set-member.html Issue 331
- Configure Non-Voting Replica Set Member tutorial/configure-a-non-voting-replica-set-member.html Issue 332
- Convert a Secondary to an Arbiter tutorial/convert-secondary-into-arbiter.html Issue 333
- Replica Set Maintenance Tutorials administration/replica-set-maintenance.html Issue 334
- Change the Size of the Oplog tutorial/change-oplog-size.html Issue 335
- Perform Maintenance on Replica Set Members tutorial/perform-maintence-on-replica-set-members.html Issue 336
- Force a Member to Become Primary tutorial/force-member-to-be-primary.html Issue 337
- Resync a Member of a Replica Set tutorial/resync-replica-set-member.html Issue 338
- Configure Replica Set Tag Sets tutorial/configure-replica-set-tag-sets.html Issue 339
- Reconfigure a Replica Set with Unavailable Members tutorial/reconfigure-replica-set-with-unavailable-members.html Issue 340
- Manage Chained Replication tutorial/manage-chained-replication.html Issue 341
- Change Hostnames in a Replica Set tutorial/change-hostnames-in-a-replica-set.html Issue 342
- Configure a Secondary’s Sync Target tutorial/configure-replica-set-secondary-sync-target.html Issue 343
- Troubleshoot Replica Sets tutorial/troubleshoot-replica-sets.html Issue 344
- Replication Reference reference/replication.html Issue 345
- Replica Set Configuration reference/replica-configuration.html Issue 346
- The local Database reference/local-database.html Issue 347
- Replica Set Member States reference/replica-states.html Issue 348
- Read Preference Reference reference/read-preference.html Issue 349
subotal 58
- Sharding Introduction core/sharding-introduction.html Issue 351
- Sharding Concepts core/sharding.html Issue 352
- Sharded Cluster Components core/sharded-cluster-components.html Issue 353
- Shards core/sharded-cluster-shards.html Issue 354
- Config Servers core/sharded-cluster-config-servers.html Issue 355
- Sharded Cluster Architectures core/sharded-cluster-architectures.html Issue 356
- Sharded Cluster Requirements core/sharded-cluster-requirements.html Issue 357
- Production Cluster Architecture core/sharded-cluster-architectures-production.html Issue 358
- Sharded Cluster Test Architecture core/sharded-cluster-architectures-test.html Issue 359
- Sharded Cluster Behavior core/sharded-cluster-operations.html Issue 360
- Shard Keys core/sharding-shard-key.html Issue 361
- Sharded Cluster High Availability core/sharded-cluster-high-availability.html Issue 362
- Sharded Cluster Query Routing core/sharded-cluster-query-router.html Issue 363
- Sharding Mechanics core/sharded-cluster-mechanics.html Issue 364
- Sharded Collection Balancing core/sharding-balancing.html Issue 365
- Chunk Migration Across Shards core/sharding-chunk-migration.html Issue 366
- Chunk Splits in a Sharded Cluster core/sharding-chunk-splitting.html Issue 367
- Shard Key Indexes core/sharding-shard-key-indexes.html Issue 368
- Sharded Cluster Metadata core/sharded-cluster-metadata.html Issue 369
- Sharded Cluster Tutorials administration/sharded-clusters.html Issue 370
- Sharded Cluster Deployment Tutorials administration/sharded-cluster-deployment.html Issue 371
- Deploy a Sharded Cluster tutorial/deploy-shard-cluster.html Issue 372
- Considerations for Selecting Shard Keys tutorial/choose-a-shard-key.html Issue 373
- Shard a Collection Using a Hashed Shard Key tutorial/shard-collection-with-a-hashed-shard-key.html Issue 374
- Add Shards to a Cluster tutorial/add-shards-to-shard-cluster.html Issue 375
- Deploy Three Config Servers for Production Deployments tutorial/deploy-config-servers.html Issue 376
- Convert a Replica Set to a Replicated Sharded Cluster tutorial/convert-replica-set-to-replicated-shard-cluster.html Issue 377
- Convert Sharded Cluster to Replica Set tutorial/convert-sharded-cluster-to-replica-set.html Issue 378
- Sharded Cluster Maintenance Tutorials administration/sharded-cluster-maintenance.html Issue 379
- View Cluster Configuration tutorial/view-sharded-cluster-configuration.html Issue 380
- Migrate Config Servers with the Same Hostname tutorial/migrate-config-servers-with-same-hostname.html Issue 381
- Migrate Config Servers with Different Hostnames tutorial/migrate-config-servers-with-different-hostnames.html Issue 382
- Replace Disabled Config Server tutorial/replace-config-server.html Issue 383
- Migrate a Sharded Cluster to Different Hardware tutorial/migrate-sharded-cluster-to-new-hardware.html Issue 384
- Backup Cluster Metadata tutorial/backup-sharded-cluster-metadata.html Issue 385
- Configure Behavior of Balancer Process in Sharded Clusters tutorial/configure-sharded-cluster-balancer.html Issue 386
- Manage Sharded Cluster Balancer tutorial/manage-sharded-cluster-balancer.html Issue 387
- Remove Shards from an Existing Sharded Cluster tutorial/remove-shards-from-cluster.html Issue 388
- Sharded Cluster Data Management administration/sharded-cluster-data.html Issue 389
- Create Chunks in a Sharded Cluster tutorial/create-chunks-in-sharded-cluster.html Issue 390
- Split Chunks in a Sharded Cluster tutorial/split-chunks-in-sharded-cluster.html Issue 391
- Migrate Chunks in a Sharded Cluster tutorial/migrate-chunks-in-sharded-cluster.html Issue 392
- Merge Chunks in a Sharded Cluster tutorial/merge-chunks-in-sharded-cluster.html Issue 393
- Modify Chunk Size in a Sharded Cluster tutorial/modify-chunk-size-in-sharded-cluster.html Issue 394
- Tag Aware Sharding core/tag-aware-sharding.html Issue 395
- Manage Shard Tags tutorial/administer-shard-tags.html Issue 396
- Enforce Unique Keys for Sharded Collections tutorial/enforce-unique-keys-for-sharded-collections.html Issue 397
- Shard GridFS Data Store tutorial/shard-gridfs-data.html Issue 398
- Troubleshoot Sharded Clusters tutorial/troubleshoot-sharded-clusters.html Issue 399
- Sharding Reference reference/sharding.html Issue 400
- Config Database reference/config-database.html Issue 401
subotal 52
- FAQ: MongoDB Fundamentals faq/fundamentals.html Issue 403
- FAQ: MongoDB for Application Developers faq/developers.html Issue 404
- FAQ: The mongo Shell faq/mongo.html Issue 405
- FAQ: Concurrency faq/concurrency.html Issue 406
- FAQ: Sharding with MongoDB faq/sharding.html Issue 407
- FAQ: Replication and Replica Sets faq/replica-sets.html Issue 408
- FAQ: MongoDB Storage faq/storage.html Issue 409
- FAQ: Indexes faq/indexes.html Issue 410
- FAQ: MongoDB Diagnostics faq/diagnostics.html Issue 411
subotal 10
- Release Notes for MongoDB 2.6 release-notes/2.6.html Issue 413
- 2.6 Changelog release-notes/2.6-changelog.html Issue 414
- Compatibility Changes in MongoDB 2.6 release-notes/2.6-compatibility.html Issue 415
- Upgrade MongoDB to 2.6 release-notes/2.6-upgrade.html Issue 416
- Upgrade User Authorization Data to 2.6 Format release-notes/2.6-upgrade-authorization.html Issue 417
- Downgrade MongoDB from 2.6 release-notes/2.6-downgrade.html Issue 418
- Release Notes for MongoDB 2.4 release-notes/2.4.html Issue 419
- 2.4 Changelog release-notes/2.4-changelog.html Issue 420
- JavaScript Changes in MongoDB 2.4 release-notes/2.4-javascript.html Issue 421
- Upgrade MongoDB to 2.4 release-notes/2.4-upgrade.html Issue 422
- Compatibility and Index Type Changes in MongoDB 2.4 release-notes/2.4-index-types.html Issue 423
- Release Notes for MongoDB 2.2 release-notes/2.2.html Issue 424
- Release Notes for MongoDB 2.0 release-notes/2.0.html Issue 425
- Release Notes for MongoDB 1.8 release-notes/1.8.html Issue 426
- Release Notes for MongoDB 1.6 release-notes/1.6.html Issue 427
- Release Notes for MongoDB 1.4 release-notes/1.4.html Issue 428
- Release Notes for MongoDB 1.2.x release-notes/1.2.html Issue 429
- Default Write Concern Change release-notes/drivers-write-concern.html Issue 430
subotal 19