File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,14 @@ operation.
207
207
data that MongoDB has not yet fully read into memory. This allows
208
208
other operations that have data in memory to complete while MongoDB
209
209
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.
211
218
212
219
.. data:: system.profile.lockStats
213
220
@@ -233,6 +240,12 @@ operation.
233
240
234
241
The time in microseconds the operation spent waiting to acquire a
235
242
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.
236
249
237
250
.. data:: system.profile.nreturned
238
251
You can’t perform that action at this time.
0 commit comments