Navigation
This version of the documentation is archived and no longer supported.

enableSharding

enableSharding

The enableSharding command enables sharding on a per-database level. Use the following command form:

{ enableSharding: "<database name>" }

Once you’ve enabled sharding in a database, you can use the shardCollection command to begin the process of distributing data among the shards.

←   dropIndexes eval  →