Skip to content

avgObjSize is in bytes (not affected by scale) #637

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 12, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/administration/replica-sets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ Arbiters

Arbiters are special :program:`mongod` instances that do not hold a
copy of the data and thus cannot become primary. Arbiters exist solely
participate in :ref:`elections <replica-set-elections>`.
to participate in :ref:`elections <replica-set-elections>`.

.. note::

Expand Down
5 changes: 2 additions & 3 deletions source/reference/database-statistics.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,8 @@ Fields

.. data:: dbStats.avgObjSize

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

.. data:: dbStats.dataSize

Expand Down