File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 43
43
Because scaling rounds values to whole number, scaling may return
44
44
unlikely or unexpected results.
45
45
46
- The above commands are equivalent.
47
-
48
- .. seealso:: See :dbcommand:`dbStats`, :func:`db.stats()`
49
- additional more information.
46
+ The above commands are equivalent. See :dbcommand:`dbStats`,
47
+ :func:`db.stats()` for additional information.
50
48
51
49
Fields
52
50
------
@@ -69,15 +67,15 @@ Fields
69
67
The average size of each object. The ``scale`` argument affects
70
68
this value. This is the :stats:`dataSize` divided by the number of
71
69
objects.
72
-
70
+
73
71
.. stats:: dataSize
74
72
75
73
The total size of the data held in this database including the
76
74
:term:`padding factor`. The ``scale`` argument affects this
77
75
value. The :stats:`dataSize` will not decrease when :term:`documents
78
76
<document>` shrink, but will decrease when you remove documents.
79
77
80
- .. sum of all records not counting deleted records
78
+ .. sum of all records not counting deleted records
81
79
82
80
.. stats:: storageSize
83
81
You can’t perform that action at this time.
0 commit comments