suchen

Heim  >  Fragen und Antworten  >  Hauptteil

MongoDB的{autoIndexID,true}报错,为什么?

新手,刚开始学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,也会失败。但是如果不加这个,就可以成功。

想知道原因,谢谢大神!

大家讲道理大家讲道理2757 Tage vor779

Antworte allen(1)Ich werde antworten

  • 黄舟

    黄舟2017-05-02 09:27:38

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

    autoIndexID --> autoIndexId

    供参考。

    Love MongoDB! Have Fun!


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

    Antwort
    0
  • StornierenAntwort