Robuta

Sponsored by eBay https://www.mongodb.com/ko-kr/docs/upcoming/reference/command/balancerstop/ balancerStop (database command) - Database Manual - MongoDB Docs Disable the balancer in a sharded cluster using the `balancerStop` command, ensuring to re-enable it after maintenance to avoid performance issues. command manualbalancerstopdatabasemongodbdocs https://www.mongodb.com/es/docs/upcoming/reference/command/movecollection/ moveCollection (database command) - Database Manual - MongoDB Docs command manualmovecollectiondatabasemongodbdocs https://www.mongodb.com/es/docs/upcoming/reference/command/addshard/ addShard (database command) - Database Manual - MongoDB Docs Add a shard replica set to a sharded cluster using the `addShard` command, ensuring the shard is empty and considering balancing effects. command manualaddsharddatabasemongodbdocs https://www.mongodb.com/ja-jp/docs/upcoming/reference/command/mergechunks/ mergeChunks (database command) - Database Manual - MongoDB Docs Combine contiguous chunk ranges on a shard into a single chunk using the `mergeChunks` command for sharded collections. command manualmergechunksdatabasemongodbdocs https://www.mongodb.com/docs/v7.0/reference/command/clearjumboflag/ clearJumboFlag (database command) - Database Manual v7.0 - MongoDB Docs command manualclearjumboflagdatabasev70 https://www.mongodb.com/pt-br/docs/upcoming/reference/command/split/ split (database command) - Database Manual - MongoDB Docs Split chunks in a sharded cluster using the `split` command, which allows manual chunk division based on specified criteria like `find`, `middle`, or `bounds`. command manualsplitdatabasemongodbdocs https://www.mongodb.com/es/docs/upcoming/reference/command/flushrouterconfig/ flushRouterConfig (database command) - Database Manual - MongoDB Docs Refresh the cached routing table for a sharded cluster using the `flushRouterConfig` command. command manualflushrouterconfigdatabasemongodbdocs https://www.mongodb.com/ja-jp/docs/upcoming/reference/command/getlog/ getLog (database command) - Database Manual - MongoDB Docs Retrieve recent `mongod` events using the `getLog` command, which reads from a RAM cache and returns data in JSON format. command manualgetlogdatabasemongodbdocs https://www.mongodb.com/docs/v7.0/reference/command/movechunk/ moveChunk (database command) - Database Manual v7.0 - MongoDB Docs command manualmovechunkdatabasev70 https://www.mongodb.com/es/docs/upcoming/reference/command/connectionstatus/ connectionStatus (database command) - Database Manual - MongoDB Docs Retrieve the current connection's authentication state and user permissions using the `connectionStatus` command. command manualconnectionstatusdatabasemongodbdocs https://www.mongodb.com/es/docs/upcoming/reference/command/lockinfo/ lockInfo (database command) - Database Manual - MongoDB Docs Retrieve information on current locks held or pending on `mongod` instances using the `lockInfo` command. command manuallockinfodatabasemongodbdocs https://www.mongodb.com/es/docs/upcoming/reference/command/killop/ killOp (database command) - Database Manual - MongoDB Docs Terminate operations using the `killOp` command by specifying the operation ID, with support across various MongoDB environments. command manualkillopdatabasemongodbdocs https://www.mongodb.com/ja-jp/docs/upcoming/reference/command/replsetfreeze/ replSetFreeze (database command) - Database Manual - MongoDB Docs Prevent a replica set member from seeking election for a specified time using the `replSetFreeze` command. command manualdatabasemongodbdocs https://www.mongodb.com/docs/manual/reference/command/profile/index.html profile (database command) - Database Manual - MongoDB Docs Configure the database profiler in MongoDB to capture performance data on operations, with options for filtering and logging slow operations. command manualprofiledatabasemongodbdocs https://www.mongodb.com/docs/v8.0/reference/command/authenticate/ authenticate (database command) - Database Manual v8.0 - MongoDB Docs command manualauthenticatedatabasev80 https://www.mongodb.com/docs/v6.0/reference/command/refinecollectionshardkey/ refineCollectionShardKey (database command) - Database Manual v6.0 - MongoDB Docs command manualrefinecollectionshardkeydatabasev60 https://www.mongodb.com/docs/upcoming/reference/command/commitshardremoval/ commitShardRemoval (database command) - Database Manual - MongoDB Docs Removes a shard from a sharded cluster. command manualdatabasemongodbdocs https://www.mongodb.com/es/docs/upcoming/reference/command/createindexes/ createIndexes (database command) - Database Manual - MongoDB Docs Build one or more indexes on a collection using the `createIndexes` command, with options for write concern, commit quorum, and index types. command manualdatabasemongodbdocs https://www.mongodb.com/pt-br/docs/upcoming/reference/command/stoptransitiontodedicatedconfigserver/ stopTransitionToDedicatedConfigServer (database command) - Database Manual - MongoDB Docs Stops the in-progress transition from an embedded config server to a dedicated config server. command manualdatabasemongodbdocs https://www.mongodb.com/docs/upcoming/reference/command/update/ update (database command) - Database Manual - MongoDB Docs Modify documents in a collection using the update command, which supports multiple update statements and various options like upsert and multi. update databasecommand manualmongodbdocs https://www.mongodb.com/pt-br/docs/upcoming/reference/command/create/ create (database command) - Database Manual - MongoDB Docs Create collections or views in MongoDB using the `create` command, specifying options like capped collections, time series, and clustered indexes. create databasecommand manualmongodbdocs https://www.mongodb.com/ko-kr/docs/upcoming/reference/command/dropsearchindex/ dropSearchIndex (database command) - Database Manual - MongoDB Docs Delete an existing MongoDB Search index using the `dropSearchIndex` command, specifying either the index ID or name. command manualdatabasemongodbdocs https://www.mongodb.com/es/docs/v6.0/reference/command/collstats/ collStats (database command) - Database Manual v6.0 - MongoDB Docs command manualdatabasev60mongodb https://www.mongodb.com/ko-kr/docs/upcoming/reference/command/balancercollectionstatus/ balancerCollectionStatus (database command) - Database Manual - MongoDB Docs Check if chunks in a sharded collection are balanced using the `balancerCollectionStatus` command in MongoDB. command manualbalancercollectionstatusdatabasemongodbdocs https://www.mongodb.com/ja-jp/docs/upcoming/reference/command/createindexes/ createIndexes (database command) - Database Manual - MongoDB Docs Build one or more indexes on a collection using the `createIndexes` command, with options for write concern, commit quorum, and index types. command manualdatabasemongodbdocs https://www.mongodb.com/docs/upcoming/reference/command/starttransitiontodedicatedconfigserver/ startTransitionToDedicatedConfigServer (database command) - Database Manual - MongoDB Docs Starts the transition from an embedded config server to a dedicated config server. command manualdatabasemongodbdocs https://www.mongodb.com/docs/upcoming/reference/command/getclusterparameter/ getClusterParameter (database command) - Database Manual - MongoDB Docs Retrieve cluster parameter values using the `getClusterParameter` command in MongoDB environments. command manualdatabasemongodbdocs https://www.mongodb.com/docs/v6.0/reference/command/currentop/ currentOp (database command) - Database Manual v6.0 - MongoDB Docs command manualcurrentopdatabasev60 https://www.mongodb.com/es/docs/upcoming/reference/command/dropdatabase/ dropDatabase (database command) - Database Manual - MongoDB Docs Execute the `dropDatabase` command to delete the current database and its data files, with options for write concern and comments. command manualdropdatabasemongodbdocs https://www.mongodb.com/es/docs/upcoming/reference/command/bulkwrite/ bulkWrite (database command) - Database Manual - MongoDB Docs Use the bulkWrite command to perform CRUD operations across multiple collections in a single request. command manualbulkwritedatabasemongodbdocs https://www.mongodb.com/es/docs/upcoming/reference/command/currentop/ currentOp (database command) - Database Manual - MongoDB Docs Retrieve information on in-progress operations using the `$currentOp` aggregation stage, replacing the deprecated `currentOp` command. command manualcurrentopdatabasemongodbdocs https://www.mongodb.com/docs/v7.0/reference/command/mergechunks/ mergeChunks (database command) - Database Manual v7.0 - MongoDB Docs command manualmergechunksdatabasev70 https://www.mongodb.com/ko-kr/docs/upcoming/reference/command/cleanuporphaned/ cleanupOrphaned (database command) - Database Manual - MongoDB Docs Use the `cleanupOrphaned` command to remove orphaned documents from a shard's primary replica set member without disabling the balancer. command manualcleanuporphaneddatabasemongodbdocs https://www.mongodb.com/zh-cn/docs/upcoming/reference/command/starttransitiontodedicatedconfigserver/ startTransitionToDedicatedConfigServer (database command) - Database Manual - MongoDB Docs Starts the transition from an embedded config server to a dedicated config server. command manualdatabasemongodbdocs https://www.mongodb.com/es/docs/upcoming/reference/command/datasize/ dataSize (database command) - Database Manual - MongoDB Docs Determine the size in bytes of specified data using the `dataSize` command, with options for key patterns and range bounds. command manualdatabasemongodbdocs https://www.mongodb.com/docs/v6.0/reference/command/listdatabases/ listDatabases (database command) - Database Manual v6.0 - MongoDB Docs command manuallistdatabasesv60mongodb https://www.mongodb.com/docs/manual/reference/command/dbstats/ dbStats (database command) - Database Manual - MongoDB Docs Retrieve storage statistics for a database using the `dbStats` command, including options for scaling and free storage details. command manualdbstatsdatabasemongodbdocs https://www.mongodb.com/es/docs/upcoming/reference/command/plancachelistfilters/ planCacheListFilters (database command) - Database Manual - MongoDB Docs List index filters for plan cache query shapes in a collection, noting that index filters are deprecated in MongoDB 8.0. command manualdatabasemongodbdocs https://www.mongodb.com/es/docs/upcoming/reference/command/updatesearchindex/ updateSearchIndex (database command) - Database Manual - MongoDB Docs Update an existing MongoDB Search index using the `updateSearchIndex` command, specifying the index's name or ID and new definition. command manualdatabasemongodbdocs https://www.mongodb.com/es/docs/upcoming/reference/command/refreshsessions/ refreshSessions (database command) - Database Manual - MongoDB Docs Use the `refreshSessions` command to update the last use time for specified sessions, extending their active state in MongoDB environments. command manualdatabasemongodbdocs https://www.mongodb.com/zh-cn/docs/upcoming/reference/command/commitshardremoval/ commitShardRemoval (database command) - Database Manual - MongoDB Docs Removes a shard from a sharded cluster. command manualdatabasemongodbdocs https://www.mongodb.com/es/docs/upcoming/reference/command/renamecollection/ renameCollection (database command) - Database Manual - MongoDB Docs Rename an existing collection in MongoDB using the `renameCollection` command, specifying the source and target namespaces, with options for dropping the... command manualdatabasemongodbdocs https://www.mongodb.com/ja-jp/docs/upcoming/reference/command/revokerolesfromuser/ revokeRolesFromUser (database command) - Database Manual - MongoDB Docs Remove roles from a user in MongoDB using the `revokeRolesFromUser` command, specifying roles and optional write concern. command manualdatabasemongodbdocs https://www.mongodb.com/docs/manual/reference/command/createrole/ createRole (database command) - Database Manual - MongoDB Docs Create a role in MongoDB with specified privileges, inheriting from other roles, and optional authentication restrictions. command manualcreateroledatabasemongodbdocs https://www.mongodb.com/docs/v7.0/reference/command/currentop/ currentOp (database command) - Database Manual v7.0 - MongoDB Docs command manualcurrentopdatabasev70 https://www.mongodb.com/ja-jp/docs/upcoming/reference/command/replsetstepdown/ replSetStepDown (database command) - Database Manual - MongoDB Docs Instruct the primary of a replica set to step down and become a secondary, allowing eligible secondaries to hold an election for a new primary. command manualdatabasemongodbdocs https://www.mongodb.com/docs/v6.0/reference/command/setdefaultrwconcern/ setDefaultRWConcern (database command) - Database Manual v6.0 - MongoDB Docs command manualdatabasev60mongodb https://www.mongodb.com/es/docs/upcoming/reference/command/dropsearchindex/ dropSearchIndex (database command) - Database Manual - MongoDB Docs Delete an existing MongoDB Search index using the `dropSearchIndex` command, specifying either the index ID or name. command manualdatabasemongodbdocs https://www.mongodb.com/docs/manual/reference/command/buildinfo/ buildInfo (database command) - Database Manual - MongoDB Docs Retrieve a build summary for the current `mongod` using the `buildInfo` command, detailing version, storage engines, and more. command manualbuildinfodatabasemongodbdocs https://www.mongodb.com/es/docs/upcoming/reference/command/create/ create (database command) - Database Manual - MongoDB Docs Create collections or views in MongoDB using the `create` command, specifying options like capped collections, time series, and clustered indexes. create databasecommand manualmongodbdocs https://www.mongodb.com/es/docs/upcoming/reference/command/findandmodify/ findAndModify (database command) - Database Manual - MongoDB Docs Update and return a single document using the `findAndModify` command, with options for sorting, upserting, and returning modified documents. command manualfindandmodifydatabasemongodbdocs https://www.mongodb.com/pt-br/docs/upcoming/reference/command/committransitiontodedicatedconfigserver/ commitTransitionToDedicatedConfigServer (database command) - Database Manual - MongoDB Docs Tells the balancer to move chunks from a shard to other shards in the cluster and commits the transition from an embedded config server to a dedicated config... command manualdatabasemongodbdocs https://www.mongodb.com/es/docs/upcoming/reference/command/checkmetadataconsistency/ checkMetadataConsistency (database command) - Database Manual - MongoDB Docs Perform consistency checks on sharding metadata for clusters, databases, or collections using the `checkMetadataConsistency` command. command manualcheckmetadataconsistencydatabasemongodbdocs https://www.mongodb.com/es/docs/upcoming/reference/command/balancerstatus/ balancerStatus (database command) - Database Manual - MongoDB Docs Check the status of the balancer in MongoDB using the `balancerStatus` command to see if it's running or stopped. command manualbalancerstatusdatabasemongodbdocs https://www.mongodb.com/docs/manual/reference/command/findandmodify/ findAndModify (database command) - Database Manual - MongoDB Docs Update and return a single document using the `findAndModify` command, with options for sorting, upserting, and returning modified documents. command manualfindandmodifydatabasemongodbdocs https://www.mongodb.com/ja-jp/docs/upcoming/reference/command/balancerstop/ balancerStop (database command) - Database Manual - MongoDB Docs Disable the balancer in a sharded cluster using the `balancerStop` command, ensuring to re-enable it after maintenance to avoid performance issues. command manualbalancerstopdatabasemongodbdocs https://www.mongodb.com/zh-cn/docs/upcoming/reference/command/stoptransitiontodedicatedconfigserver/ stopTransitionToDedicatedConfigServer (database command) - Database Manual - MongoDB Docs Stops the in-progress transition from an embedded config server to a dedicated config server. command manualdatabasemongodbdocs https://www.mongodb.com/docs/manual/reference/command/serverstatus/ serverStatus (database command) - Database Manual - MongoDB Docs Retrieve an overview of the database state, query, index, and operation statistics, as well as the health of the MongoDB instance by running the `serverStatus`... command manualserverstatusdatabasemongodbdocs https://www.mongodb.com/es/docs/upcoming/reference/command/stoptransitiontodedicatedconfigserver/ stopTransitionToDedicatedConfigServer (database command) - Database Manual - MongoDB Docs Stops the in-progress transition from an embedded config server to a dedicated config server. command manualdatabasemongodbdocs https://www.mongodb.com/docs/manual/reference/command/hello/ hello (database command) - Database Manual - MongoDB Docs Use the `hello` command to determine the role and status of a `mongod` instance, including replica set information and SASL mechanisms. command manualhellodatabasemongodbdocs https://www.mongodb.com/es/docs/upcoming/reference/command/balancerstart/ balancerStart (database command) - Database Manual - MongoDB Docs Start the balancer thread on a `mongos` instance using the `balancerStart` command or `sh.startBalancer()` method. command manualbalancerstartdatabasemongodbdocs https://www.mongodb.com/ja-jp/docs/upcoming/reference/command/converttocapped/ convertToCapped (database command) - Database Manual - MongoDB Docs Convert a non-capped collection to a capped collection using the `convertToCapped` command, specifying the maximum size in bytes for the capped collection. command manualdatabasemongodbdocs https://www.mongodb.com/es/docs/upcoming/reference/command/setfeaturecompatibilityversion/ setFeatureCompatibilityVersion (database command) - Database Manual - MongoDB Docs Configure feature compatibility version in MongoDB to enable or disable backwards-incompatible features for data persistence. command manualdatabasemongodbdocs https://www.mongodb.com/ja-jp/docs/upcoming/reference/command/plancacheclear/ planCacheClear (database command) - Database Manual - MongoDB Docs Clear cached query plans for a collection using the `planCacheClear` command, specifying a query shape or clearing all plans. command manualdatabasemongodbdocs https://www.mongodb.com/docs/upcoming/reference/command/gettransitiontodedicatedconfigserverstatus/ getTransitionToDedicatedConfigServerStatus (database command) - Database Manual - MongoDB Docs Shows status of the transition from an embedded config server to a dedicated config server. command manualdatabasemongodbdocs https://www.mongodb.com/zh-cn/docs/upcoming/reference/command/gettransitiontodedicatedconfigserverstatus/ getTransitionToDedicatedConfigServerStatus (database command) - Database Manual - MongoDB Docs Shows status of the transition from an embedded config server to a dedicated config server. command manualdatabasemongodbdocs https://www.mongodb.com/es/docs/upcoming/reference/command/removeshard/ removeShard (database command) - Database Manual - MongoDB Docs Remove a shard from a sharded cluster by draining its chunks to other shards using the balancer, ensuring no backups during the process. command manualremovesharddatabasemongodbdocs https://www.mongodb.com/es/docs/upcoming/reference/command/ping/ ping (database command) - Database Manual - MongoDB Docs Use the `ping` command to test server responsiveness in MongoDB environments, including Atlas, Enterprise, and Community versions. command manualpingdatabasemongodbdocs https://www.mongodb.com/docs/upcoming/reference/command/revokerolesfromuser/ revokeRolesFromUser (database command) - Database Manual - MongoDB Docs Remove roles from a user in MongoDB using the `revokeRolesFromUser` command, specifying roles and optional write concern. command manualdatabasemongodbdocs https://www.mongodb.com/ko-kr/docs/upcoming/reference/command/gettransitiontodedicatedconfigserverstatus/ getTransitionToDedicatedConfigServerStatus (database command) - Database Manual - MongoDB Docs Shows status of the transition from an embedded config server to a dedicated config server. command manualdatabasemongodbdocs https://www.mongodb.com/es/docs/upcoming/reference/command/revokerolesfromuser/ revokeRolesFromUser (database command) - Database Manual - MongoDB Docs Remove roles from a user in MongoDB using the `revokeRolesFromUser` command, specifying roles and optional write concern. command manualdatabasemongodbdocs https://www.mongodb.com/ja-jp/docs/upcoming/reference/command/createsearchindexes/ createSearchIndexes (database command) - Database Manual - MongoDB Docs Create MongoDB Search or Vector Search indexes on a specified collection using the `createSearchIndexes` command in MongoDB. command manualdatabasemongodbdocs https://www.mongodb.com/es/docs/upcoming/reference/command/commitreshardcollection/ commitReshardCollection (database command) - Database Manual - MongoDB Docs Force the completion of a resharding operation by blocking writes with the `commitReshardCollection` command. command manualcommitreshardcollectiondatabasemongodbdocs https://www.mongodb.com/zh-cn/docs/upcoming/reference/command/rewritecollection/ rewriteCollection (database command) - Database Manual - MongoDB Docs Change the data distribution of a collection using the `rewriteCollection` command. command manualdatabasemongodbdocs https://www.mongodb.com/ja-jp/docs/upcoming/reference/command/createuser/ createUser (database command) - Database Manual - MongoDB Docs Create a new database user with defined database permissions. command manualcreateuserdatabasemongodbdocs https://www.mongodb.com/zh-cn/docs/upcoming/reference/command/abortrewritecollection/ abortRewriteCollection (database command) - Database Manual - MongoDB Docs command manualdatabasemongodbdocs https://www.mongodb.com/es/docs/upcoming/reference/command/startsharddraining/ startShardDraining (database command) - Database Manual - MongoDB Docs Starts draining chunks from a shard in a sharded cluster using the balancer. command manualdatabasemongodbdocs https://www.mongodb.com/es/docs/upcoming/reference/command/abortreshardcollection/ abortReshardCollection (database command) - Database Manual - MongoDB Docs Abort a resharding operation in MongoDB using the `abortReshardCollection` command before the commit phase. command manualabortreshardcollectiondatabasemongodbdocs https://www.mongodb.com/es/docs/upcoming/reference/command/createsearchindexes/ createSearchIndexes (database command) - Database Manual - MongoDB Docs Create MongoDB Search or Vector Search indexes on a specified collection using the `createSearchIndexes` command in MongoDB. command manualdatabasemongodbdocs https://www.mongodb.com/docs/v6.0/reference/command/listindexes/ listIndexes (database command) - Database Manual v6.0 - MongoDB Docs command manuallistindexesdatabasev60 https://www.mongodb.com/es/docs/upcoming/reference/command/cleanuporphaned/ cleanupOrphaned (database command) - Database Manual - MongoDB Docs Use the `cleanupOrphaned` command to remove orphaned documents from a shard's primary replica set member without disabling the balancer. command manualcleanuporphaneddatabasemongodbdocs https://www.mongodb.com/ja-jp/docs/upcoming/reference/command/dropsearchindex/ dropSearchIndex (database command) - Database Manual - MongoDB Docs Delete an existing MongoDB Search index using the `dropSearchIndex` command, specifying either the index ID or name. command manualdatabasemongodbdocs https://www.mongodb.com/zh-cn/docs/upcoming/reference/command/shardcollection/ shardCollection (database command) - Database Manual - MongoDB Docs Distribute documents across shards using the `shardCollection` command, specifying shard keys and optional parameters for initial chunk distribution. command manualshardcollectiondatabasemongodbdocs https://www.mongodb.com/es/docs/upcoming/reference/command/updatezonekeyrange/ updateZoneKeyRange (database command) - Database Manual - MongoDB Docs Manage shard key value ranges and zones using the `updateZoneKeyRange` command in MongoDB. command manualupdatezonekeyrangedatabasemongodbdocs https://www.mongodb.com/ja-jp/docs/upcoming/reference/command/applyops/ applyOps (database command) - Database Manual - MongoDB Docs Execute the `applyOps` command to apply specified oplog entries to a `mongod` instance, requiring a global write lock. command manualdatabasemongodbdocs https://www.mongodb.com/es/docs/upcoming/reference/command/abortmovecollection/ abortMoveCollection (database command) - Database Manual - MongoDB Docs command manualabortmovecollectiondatabasemongodbdocs https://www.mongodb.com/docs/v7.0/reference/command/connectionstatus/ connectionStatus (database command) - Database Manual v7.0 - MongoDB Docs command manualconnectionstatusdatabasev70 https://www.mongodb.com/es/docs/upcoming/reference/command/hostinfo/ hostInfo (database command) - Database Manual - MongoDB Docs Retrieve system information for `mongod` or `mongos` using the `hostInfo` command, which provides details about the underlying environment and hardware. command manualhostinfodatabasemongodbdocs https://www.mongodb.com/ko-kr/docs/upcoming/reference/command/balancerstart/ balancerStart (database command) - Database Manual - MongoDB Docs Start the balancer thread on a `mongos` instance using the `balancerStart` command or `sh.startBalancer()` method. command manualbalancerstartdatabasemongodbdocs https://www.mongodb.com/ja-jp/docs/upcoming/reference/command/abortmovecollection/ abortMoveCollection (database command) - Database Manual - MongoDB Docs command manualabortmovecollectiondatabasemongodbdocs https://www.mongodb.com/es/docs/upcoming/reference/command/listshards/ listShards (database command) - Database Manual - MongoDB Docs Retrieve a list of configured shards in a sharded cluster using the `listShards` command on `mongos` instances. command manuallistshardsdatabasemongodbdocs https://www.mongodb.com/es/docs/upcoming/reference/command/applyops/ applyOps (database command) - Database Manual - MongoDB Docs Execute the `applyOps` command to apply specified oplog entries to a `mongod` instance, requiring a global write lock. command manualdatabasemongodbdocs https://www.mongodb.com/es/docs/upcoming/reference/command/mapreduce/ mapReduce (database command) - Database Manual - MongoDB Docs Explore alternatives to the deprecated map-reduce in MongoDB, focusing on using aggregation pipelines for better performance and usability. command manualmapreducedatabasemongodbdocs https://www.mongodb.com/ja-jp/docs/upcoming/reference/command/commitshardremoval/ commitShardRemoval (database command) - Database Manual - MongoDB Docs Removes a shard from a sharded cluster. command manualdatabasemongodbdocs https://www.mongodb.com/ja-jp/docs/upcoming/reference/command/addshardtozone/ addShardToZone (database command) - Database Manual - MongoDB Docs Associate a shard with a zone using the `addShardToZone` command, which is available in MongoDB Atlas, Enterprise, and Community environments. command manualaddshardtozonedatabasemongodbdocs https://www.mongodb.com/es/docs/upcoming/reference/command/setparameter/ setParameter (database command) - Database Manual - MongoDB Docs Modify server options with the `setParameter` command, which must be issued against the admin database and does not persist after server restarts. command manualsetparameterdatabasemongodbdocs https://www.mongodb.com/docs/manual/reference/command/create/ create (database command) - Database Manual - MongoDB Docs Create collections or views in MongoDB using the `create` command, specifying options like capped collections, time series, and clustered indexes. create databasecommand manualmongodbdocs https://www.mongodb.com/es/docs/upcoming/reference/command/balancercollectionstatus/ balancerCollectionStatus (database command) - Database Manual - MongoDB Docs Check if chunks in a sharded collection are balanced using the `balancerCollectionStatus` command in MongoDB. command manualbalancercollectionstatusdatabasemongodbdocs https://www.mongodb.com/ja-jp/docs/upcoming/reference/command/compactstructuredencryptiondata/ compactStructuredEncryptionData (database command) - Database Manual - MongoDB Docs Use the `compactStructuredEncryptionData` command to compact documents in metadata collections and remove redundant entries. command manualdatabasemongodbdocs https://www.mongodb.com/ko-kr/docs/upcoming/reference/command/datasize/ dataSize (database command) - Database Manual - MongoDB Docs Determine the size in bytes of specified data using the `dataSize` command, with options for key patterns and range bounds. command manualdatabasemongodbdocs