Skip to content

Commit b5fb56a

Browse files
committed
DOCS-4447: updates profiler for WT changes
- notes that numYield and lockStats are not output for WT databases Signed-off-by: Allison Moore <[email protected]>
1 parent 6c20fbd commit b5fb56a

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

source/reference/database-profiler.txt

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,14 @@ operation.
207207
data that MongoDB has not yet fully read into memory. This allows
208208
other operations that have data in memory to complete while MongoDB
209209
reads in data for the yielding operation. For more information,
210-
see :ref:`the FAQ on when operations yield <faq-concurrency-yielding>`.
210+
see :ref:`the FAQ on when operations yield
211+
<faq-concurrency-yielding>`.
212+
213+
.. versionchanged:: 2.8.0
214+
:data:`system.profile.numYeild` does not apply to databases
215+
using the :doc:`WiredTiger </core/storage>` storage engine, and
216+
as such, is not included in the profiler output for
217+
those databases.
211218

212219
.. data:: system.profile.lockStats
213220

@@ -233,6 +240,12 @@ operation.
233240

234241
The time in microseconds the operation spent waiting to acquire a
235242
specific lock.
243+
244+
.. versionchanged:: 2.8.0
245+
:data:`system.profile.lockStats` does not apply to databases
246+
using the :doc:`WiredTiger </core/storage>` storage engine, and
247+
as such, is not included in the profiler output for
248+
those databases.
236249

237250
.. data:: system.profile.nreturned
238251

0 commit comments

Comments
 (0)