search

Home  >  Q&A  >  body text

如何将MongoDB中集合中capped属性去除

我在MongoDB数据库(Version 2.6)中,发现集合中几个document中有错值,想用update去手动修改时发现会有下图中的报错。

查看相关文档后发现原因是collection带有capped属性,导致只能对该集合中的文档进行update时,只能在原有字节数上限的基础上进行删减而不能添加。不知道各位有没有碰到过类似的问题,有没有办法将capped集合转换回普通集合。

谢谢各位大佬~

PHP中文网PHP中文网2762 days ago1098

reply all(1)I'll reply

  • 黄舟

    黄舟2017-04-27 09:04:08

    Can’t
    But you can export the data, re-create a common collection with the same name, and then import the data

    reply
    0
  • Cancelreply