search

Home  >  Q&A  >  body text

MongoDB里collection状态的userFlags和systemFlags 是什么意思?

[ns] => test.people
            [count] => 47
            [size] => 8
            [avgObjSize] => 0.17021276595745
            [storageSize] => 12
            [numExtents] => 1
            [nindexes] => 1
            [lastExtentSize] => 12
            [paddingFactor] => 1
            [systemFlags] => 1
            [userFlags] => 0
            [totalIndexSize] => 7
            [indexSizes] => Array
                (
                    [_id_] => 7
                )

            [ok] => 1

高手能否给详解一下。这些数据分别是什么,代表了数据库怎么样的运行状况,谢谢!!!

大家讲道理大家讲道理2804 days ago628

reply all(1)I'll reply

  • 阿神

    阿神2017-04-21 11:20:25

    See the official documentation, it will come out as soon as you Google it. http://docs.mongodb.org/manual/reference/command/collStats/#collStats.systemFlags

    reply
    0
  • Cancelreply