Skip to content

Commit

Permalink
DOCSP-42253-prepareUnique-indexes (#10218)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhuh-mdb authored Nov 14, 2024
1 parent e0eed30 commit ef46c60
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions source/reference/command/serverStatus.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1388,6 +1388,7 @@ indexStats
id: { count: Long("<num>"), accesses: Long("<num>") },
normal: { count: Long("<num>"), accesses: Long("<num>") },
partial: { count: Long("<num>"), accesses: Long("<num>") },
prepareUnique: { count: Long("<num>"), accesses: Long("<num>") }, // Added in 8.1 (and 8.0.4 and 7.0.14)
single: { count: Long("<num>"), accesses: Long("<num>") },
sparse: { count: Long("<num>"), accesses: Long("<num>") },
text: { count: Long("<num>"), accesses: Long("<num>") },
Expand Down
12 changes: 10 additions & 2 deletions source/release-notes/8.1.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
:orphan:

.. _release-notes-8.1:

=============================
Expand All @@ -18,6 +16,16 @@ Release Notes for MongoDB 8.1

.. include:: /includes/rapid-release.rst

General Changes
---------------

``serverStatus`` Metrics
~~~~~~~~~~~~~~~~~~~~~~~~

Starting in MongoDB 8.1 (and 8.0.4 and 7.0.14), the :serverstatus:`indexStats`
section of the :dbcommand:`serverStatus` command output tracks indexes in
``prepareUnique`` state.

.. toctree::
:titlesonly:
:hidden:
Expand Down

0 comments on commit ef46c60

Please sign in to comment.