MongoDB里collection状态的userFlags和systemFlags 是什么意思?
大家讲道理
大家讲道理 2017-04-21 11:18:25
0
1
620
[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

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

大家讲道理
大家讲道理

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

reply all(1)
阿神

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template