sdb的命令规则:
动作单词--小写
缩写---全部大写
关键字---首字母大写
createCL
参数:
单词首字母大写,驼峰式的写法
ShardingType
样例:
db.company.createCL("employee", { "ShardingKey": { "_id": 1 }, "ShardingType": "hash", "ReplSize": -1, "Compressed": true, "CompressionType": "lzw", "AutoSplit": true, "EnsureShardingIndex": false } );