Administration Commands行政命令

Note

For details on specific commands, including syntax and examples, click on the specific command to go to its reference page.有关特定命令的详细信息,包括语法和示例,请单击特定命令以转到其参考页面。

Name名称Description描述
cloneCollectionAsCapped Copies a non-capped collection as a new capped collection.将非封顶集合复制为新的封顶集合
collMod Add options to a collection or modify a view definition.向集合添加选项或修改视图定义。
compact Defragments a collection and rebuilds the indexes.对集合进行碎片整理并重建索引。
connPoolSync Internal command to flush connection pool.刷新连接池的内部命令。
convertToCapped Converts a non-capped collection to a capped collection.将非封顶集合转换为封顶集合。
create Creates a collection or a view.创建集合或视图。
createIndexes Builds one or more indexes for a collection.为集合生成一个或多个索引。
currentOp Returns a document that contains information on in-progress operations for the database instance.返回一个文档,其中包含有关数据库实例正在进行的操作的信息。
drop Removes the specified collection from the database.从数据库中删除指定的集合。
dropDatabase Removes the current database.删除当前数据库。
dropConnections Drops outgoing connections to the specified list of hosts.将传出连接断开到指定的主机列表。
dropIndexes Removes indexes from a collection.从集合中删除索引。
filemd5 Returns the md5 hash for files stored using GridFS.返回使用GridFS存储的文件的md5哈希。
fsync Flushes pending writes to the storage layer and locks the database to allow backups.刷新对存储层的挂起写入,并锁定数据库以允许备份。
fsyncUnlock Unlocks one fsync lock.解锁一个fsync锁。
getDefaultRWConcern

Retrieves the global default read and write concern options for the deployment.检索部署的全局默认读写关注点选项。

New in version 4.4.版本4.4中的新功能。

getParameter Retrieves configuration options.检索配置选项。
killCursors Kills the specified cursors for a collection.终止集合的指定游标。
killOp Terminates an operation as specified by the operation ID.终止操作ID指定的操作。
listCollections Returns a list of collections in the current database.返回当前数据库中集合的列表。
listDatabases Returns a document that lists all databases and returns basic database statistics.返回列出所有数据库并返回基本数据库统计信息的文档。
listIndexes Lists all indexes for a collection.列出集合的所有索引。
logRotate Rotates the MongoDB logs to prevent a single file from taking too much space.旋转MongoDB日志以防止单个文件占用太多空间。
reIndex Rebuilds all indexes on a collection.重建集合上的所有索引。
renameCollection Changes the name of an existing collection.更改现有集合的名称。
setFeatureCompatibilityVersion Enables or disables features that persist data that are backwards-incompatible.启用或禁用保留向后不兼容数据的功能。
setIndexCommitQuorum Changes the minimum number of data-bearing members (i.e commit quorum), including the primary, that must vote to commit an in-progress index build before the primary marks those indexes as ready.更改包含数据的成员(即commit quorum)的最小数量,包括主成员,在主成员将索引标记为就绪之前,必须投票提交正在进行的索引生成
setParameter Modifies configuration options.修改配置选项。
setDefaultRWConcern

Sets the global default read and write concern options for the deployment.设置部署的全局默认读写关注点选项。

New in version 4.4.版本4.4中的新功能。

shutdown Shuts down the mongod or mongos process.关闭mongodmongos进程。