mongocli Cloud Manager performanceAdvisor suggestIndexes 列表
此版本的文档已存档,不再提供支持。查看最新文档,学习;了解如何升级MongoCLI 版本。
为查询缓慢的集合检索建议索引
语法
mongocli cloud-manager performanceAdvisor suggestedIndexes list [options]
选项
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
--duration | int | false | 您希望接收结果的时间长度(以毫秒为单位)。 |
-h,--help | false | 列表帮助 | |
--hostId | 字符串 | false | MongoDB进程托管的唯一标识符。 |
--nExamples | int | false | 将通过建议的索引改进的最大示例查询数。 |
--nIndexes | int | false | 建议的最大索引数。 |
--namespaces | 字符串 | false | 从中检索建议索引的命名空间。 |
-o, --output | 字符串 | false | Output format. Valid values: json|json-path|go-template|go-template-file |
--processName | 字符串 | false | MongoDB进程托管的唯一标识符,格式如下:{hostname}:{port}。 |
--projectId | 字符串 | false | 要使用的项目ID 。覆盖配置文件或环境变量设置。 |
--since | int | false | 您希望接收结果的时间点,指定为自 Unix 纪元以来的毫秒数。 |
继承选项
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
-P, --profile | 字符串 | false | 配置文件中要使用的配置文件。 |
由 cobra 2 shooty 于13 -Jul- 2021自动生成