MongoDB的{autoIndexID,true}报错,为什么?
大家讲道理
大家讲道理 2017-05-02 09:25:38
0
1
777

新手,刚开始学MongoDB,创建集合的时候,我用的命令:
db.createCollection("mycol",{ autoIndexID: true })
创建失败,提示:

{
"ok" : 0,
"errmsg" : "The field 'autoIndexID' is not a valid collection option. Options: { autoIndexID: true }",
"code" : 72,
"codeName" : "InvalidOptions"
}
即使改成false,也会失败。但是如果不加这个,就可以成功。

想知道原因,谢谢大神!

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

Antworte allen(1)
黄舟

学习过程中尽量多看官方文档吧。很多博客的内容不太严谨:

autoIndexID --> autoIndexId

供参考。

Love MongoDB! Have Fun!


<--请戳左边,就在四月!MongoDB中文社区深圳用户大会开始报名啦!大神云集!

Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage