Skip to content

Commit bbdf856

Browse files
committed
avgObjSize is in bytes (not affected by scale)
1 parent 8955c4e commit bbdf856

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/reference/database-statistics.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,8 @@ Fields
6464

6565
.. data:: dbStats.avgObjSize
6666

67-
The average size of each object. The ``scale`` argument affects
68-
this value. This is the :data:`~dbStats.dataSize` divided by the number of
69-
objects.
67+
The average size of each object in bytes. This is the :data:`~dbStats.dataSize`
68+
divided by the number of objects.
7069

7170
.. data:: dbStats.dataSize
7271

0 commit comments

Comments
 (0)